CodeKing.SqlHarvester.Core.ScriptInfoCollection.IsElementName C# (CSharp) Méthode

IsElementName() protected méthode

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