Interface ICreateIndexOptionsSyntax
Namespace: FluentMigrator.Builders.Create.Index
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface ICreateIndexOptionsSyntax
Methods
Clustered()
Declaration
ICreateIndexOnColumnSyntax Clustered()
Returns
| Type | Description |
|---|---|
| ICreateIndexOnColumnSyntax |
NonClustered()
Declaration
ICreateIndexOnColumnSyntax NonClustered()
Returns
| Type | Description |
|---|---|
| ICreateIndexOnColumnSyntax |
Unique()
Declaration
ICreateIndexOnColumnSyntax Unique()
Returns
| Type | Description |
|---|---|
| ICreateIndexOnColumnSyntax |