Search Results for

    Show / Hide Table of Contents

    Interface IColumnExpressionBuilder

    Describes common attributes for expression builders which have a current table/column.

    Namespace: FluentMigrator.Builders
    Assembly: FluentMigrator.Abstractions.dll
    Syntax
    public interface IColumnExpressionBuilder

    Properties

    | Edit this page View Source

    Column

    Gets the current column definition

    Declaration
    ColumnDefinition Column { get; }
    Property Value
    Type Description
    ColumnDefinition
    | Edit this page View Source

    SchemaName

    Gets the schema name

    Declaration
    string SchemaName { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    TableName

    Gets the table name

    Declaration
    string TableName { get; }
    Property Value
    Type Description
    string
    • 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.