Interface ICreateIndexOnColumnSyntax
Namespace: FluentMigrator.Builders.Create.Index
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface ICreateIndexOnColumnSyntax
Methods
OnColumn(string)
Declaration
ICreateIndexColumnOptionsSyntax OnColumn(string columnName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | columnName |
Returns
| Type | Description |
|---|---|
| ICreateIndexColumnOptionsSyntax |
WithOptions()
Declaration
ICreateIndexOptionsSyntax WithOptions()
Returns
| Type | Description |
|---|---|
| ICreateIndexOptionsSyntax |