Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IDeleteIndexForTableBuilder

    Builds a Delete expression.

    Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Delete.Index
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public interface IDeleteIndexForTableBuilder : IFluentBuilder

    Methods

    View Source

    OnTable(string)

    Specifies the table of the index to delete.

    Declaration
    IExecutableBuilder OnTable(string tableName)
    Parameters
    Type Name Description
    string tableName

    The name of the table containing the index to delete.

    Returns
    Type Description
    IExecutableBuilder

    An IExecutableBuilder that can be used to execute the delete index operation.

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