Search Results for

    Show / Hide Table of Contents
    View Source

    Interface ICreateIndexOnColumnBuilder

    Provides a builder interface for specifying one or more columns when creating a database index as part of a migration.

    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
    string columnName
    Returns
    Type Description
    ICreateIndexColumnOptionsBuilder
    View Source

    WithOptions()

    Allows further configuration of index options for the current index creation operation.

    Declaration
    ICreateIndexOptionsBuilder WithOptions()
    Returns
    Type Description
    ICreateIndexOptionsBuilder

    An ICreateIndexOptionsBuilder to specify index options.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX