Interface ICreateIndexOnColumnSyntax
Definition of index columns or options
Namespace: FluentMigrator.Builders.Create.Index
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface ICreateIndexOnColumnSyntax
Methods
| Edit this page View SourceOnColumn(string)
Defines the index column
Declaration
ICreateIndexColumnOptionsSyntax OnColumn(string columnName)
Parameters
Type | Name | Description |
---|---|---|
string | columnName | The column name |
Returns
Type | Description |
---|---|
ICreateIndexColumnOptionsSyntax | Defines the index column options |
WithOptions()
Set the index options
Declaration
ICreateIndexOptionsSyntax WithOptions()
Returns
Type | Description |
---|---|
ICreateIndexOptionsSyntax | Defines the index options |