FluentMigrator.SchemaDump.SchemaDumpers.SqlServerSchemaDumper.Exists C# (CSharp) Méthode

Exists() public méthode

public Exists ( string template ) : bool
template string
Résultat bool
        public virtual bool Exists(string template, params object[] args)
        {
            return Processor.Exists(template, args);
        }