Search Results for

    Show / Hide Table of Contents

    Interface IDeleteIndexOnColumnSyntax

    Specify the column or columns of the index to dlete

    Namespace: FluentMigrator.Builders.Delete.Index
    Assembly: FluentMigrator.Abstractions.dll
    Syntax
    public interface IDeleteIndexOnColumnSyntax

    Methods

    | Edit this page View Source

    OnColumn(string)

    Specify the column of the index to delete

    Declaration
    IDeleteIndexOptionsSyntax OnColumn(string columnName)
    Parameters
    Type Name Description
    string columnName

    The column name

    Returns
    Type Description
    IDeleteIndexOptionsSyntax

    The next step

    | Edit this page View Source

    OnColumns(params string[])

    Specify the columns of the index to delete

    Declaration
    IDeleteIndexOptionsSyntax OnColumns(params string[] columnNames)
    Parameters
    Type Name Description
    string[] columnNames

    The column names

    Returns
    Type Description
    IDeleteIndexOptionsSyntax

    The next step

    | Edit this page View Source

    WithOptions()

    Specify the options of the index to delete

    Declaration
    IDeleteIndexOptionsSyntax WithOptions()
    Returns
    Type Description
    IDeleteIndexOptionsSyntax

    The next step

    • Edit this page
    • View Source
    In this article
    Back to top
    Copyright © 2018 Fluent Migrator Project
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.