Interface ICreateIndexOnColumnBuilder
Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Create.Index
Assembly: cs.temp.dll.dll
Syntax
public interface ICreateIndexOnColumnBuilder : IFluentBuilder
Methods
OnColumn(String)
Specifies the index column.
Declaration
ICreateIndexColumnOptionsBuilder OnColumn(string columnName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | columnName |
Returns
| Type | Description |
|---|---|
| ICreateIndexColumnOptionsBuilder |
WithOptions()
Specifies options.
Declaration
ICreateIndexOptionsBuilder WithOptions()
Returns
| Type | Description |
|---|---|
| ICreateIndexOptionsBuilder |