Interface ICreateIndexNonKeyColumnSyntax
Namespace: FluentMigrator.Builders.Create.Index
Assembly: FluentMigrator.Extensions.SqlServer.dll
Syntax
public interface ICreateIndexNonKeyColumnSyntax
Methods
Include(string)
Declaration
ICreateIndexNonKeyColumnSyntax Include(string columnName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | columnName |
Returns
| Type | Description |
|---|---|
| ICreateIndexNonKeyColumnSyntax |