Interface ICreateIndexForTableSyntax
Definition of the table the index belongs to
Namespace: FluentMigrator.Builders.Create.Index
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface ICreateIndexForTableSyntax
Methods
| Edit this page View SourceOnTable(string)
Defines the table the new index belongs to
Declaration
ICreateIndexOnColumnOrInSchemaSyntax OnTable(string tableName)
Parameters
Type | Name | Description |
---|---|---|
string | tableName | The table name |
Returns
Type | Description |
---|---|
ICreateIndexOnColumnOrInSchemaSyntax | Column or schema definition |