Search Results for

    Show / Hide Table of Contents

    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
    In This Article
    • Methods
      • OnColumn(String)
      • WithOptions()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX