CodeKing.SqlHarvester.Core.ScriptInfoCollection.IsElementName C# (CSharp) Method

IsElementName() protected method

protected IsElementName ( string elementName ) : bool
elementName string
return bool
        protected override bool IsElementName(string elementName)
        {
            return (elementName == "ScriptInfo");
        }