FluentMigrator.SchemaDump.SchemaDumpers.SqlServerSchemaDumper.Exists C# (CSharp) Method

Exists() public method

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