Search Results for

    Show / Hide Table of Contents

    Interface IDeleteConstraintColumnSyntax

    Delete a constraint column

    Namespace: FluentMigrator.Builders.Delete.Constraint
    Assembly: FluentMigrator.Abstractions.dll
    Syntax
    public interface IDeleteConstraintColumnSyntax

    Methods

    | Edit this page View Source

    Column(string)

    The name of the column to delete

    Declaration
    void Column(string columnName)
    Parameters
    Type Name Description
    string columnName

    The column name

    | Edit this page View Source

    Columns(params string[])

    The names of the columns to delete

    Declaration
    void Columns(params string[] columnNames)
    Parameters
    Type Name Description
    string[] columnNames

    The column names

    • 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.