Interface ICreateIndexForTableSyntax
Namespace: FluentMigrator.Builders.Create.Index
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface ICreateIndexForTableSyntax
  Methods
OnTable(string)
Declaration
ICreateIndexOnColumnOrInSchemaSyntax OnTable(string tableName)
  Parameters
| Type | Name | Description | 
|---|---|---|
| string | tableName | 
Returns
| Type | Description | 
|---|---|
| ICreateIndexOnColumnOrInSchemaSyntax |