Search Results for

    Show / Hide Table of Contents

    Interface IAlterExpressionRoot

    The root expression interface for the alterations

    Namespace: FluentMigrator.Builders.Alter
    Assembly: FluentMigrator.Abstractions.dll
    Syntax
    public interface IAlterExpressionRoot

    Methods

    Column(string)

    Alter the column for a given table

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

    The column name

    Returns
    Type Description
    IAlterColumnOnTableSyntax

    The interface to specify the table

    Table(string)

    Alter the table or its columns/options

    Declaration
    IAlterTableAddColumnOrAlterColumnOrSchemaOrDescriptionSyntax Table(string tableName)
    Parameters
    Type Name Description
    string tableName

    The table name

    Returns
    Type Description
    IAlterTableAddColumnOrAlterColumnOrSchemaOrDescriptionSyntax

    The interface for the modifications

    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.