Interface ICreateIndexNonKeyColumnSyntax
The interface to add a column to a non-key column index
Namespace: FluentMigrator.Builder.Create.Index
Assembly: FluentMigrator.Extensions.Postgres.dll
Syntax
public interface ICreateIndexNonKeyColumnSyntax
Methods
| Edit this page View SourceInclude(string)
Define the column to add to the non-key column index
Declaration
ICreateIndexNonKeyColumnSyntax Include(string columnName)
Parameters
Type | Name | Description |
---|---|---|
string | columnName | The column name |
Returns
Type | Description |
---|---|
ICreateIndexNonKeyColumnSyntax | The next step |