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

    Column

    Declaration
    ColumnDefinition Column { get; }
    Property Value
    Type Description
    ColumnDefinition

    SchemaName

    Declaration
    string SchemaName { get; }
    Property Value
    Type Description
    string

    TableName

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