Interface ICreateIndexOnColumnBuilder
Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Create.Index
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface ICreateIndexOnColumnBuilder : IFluentBuilder, IExecutableBuilder
Methods
View SourceOnColumn(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 |