Search Results for

    Show / Hide Table of Contents

    Interface IAlterTableAddColumnOrAlterColumnSyntax

    Interface to add or alter a column

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

    Methods

    | Edit this page View Source

    AddColumn(string)

    Add a column

    Declaration
    IAlterTableColumnAsTypeSyntax AddColumn(string name)
    Parameters
    Type Name Description
    string name

    The column name

    Returns
    Type Description
    IAlterTableColumnAsTypeSyntax

    The interface to define the column properties

    | Edit this page View Source

    AlterColumn(string)

    Alter a column

    Declaration
    IAlterTableColumnAsTypeSyntax AlterColumn(string name)
    Parameters
    Type Name Description
    string name

    The column name

    Returns
    Type Description
    IAlterTableColumnAsTypeSyntax

    The interface to define the column properties

    | Edit this page View Source

    ToSchema(string)

    Set the table schema

    Declaration
    void ToSchema(string name)
    Parameters
    Type Name Description
    string name

    The schema name

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