Interface ISchemaIndexSyntax
Query an index' existence
Namespace: FluentMigrator.Builders.Schema.Index
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface ISchemaIndexSyntax
Methods
| Edit this page View SourceExists()
Returns true
when the index exists
Declaration
bool Exists()
Returns
Type | Description |
---|---|
bool |
|