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. |
columnName |
Returns
Type | Description |
---|---|
ICreate |
WithOptions()
Specifies options.
Declaration
ICreateIndexOptionsBuilder WithOptions()
Returns
Type | Description |
---|---|
ICreate |