Search Results for

    Show / Hide Table of Contents
    View Source

    Interface ICreateIndexOnColumnBuilder

    Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Create.Index
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public interface ICreateIndexOnColumnBuilder : IFluentBuilder, IExecutableBuilder

    Methods

    View Source

    OnColumn(String)

    Specifies the index column.

    Declaration
    ICreateIndexColumnOptionsBuilder OnColumn(string columnName)
    Parameters
    Type Name Description
    System.String columnName
    Returns
    Type Description
    ICreateIndexColumnOptionsBuilder
    View Source

    WithOptions()

    Specifies options.

    Declaration
    ICreateIndexOptionsBuilder WithOptions()
    Returns
    Type Description
    ICreateIndexOptionsBuilder
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • OnColumn(String)
      • WithOptions()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX