Search Results for

    Show / Hide Table of Contents

    Interface IColumnsExpression

    Opt-in into columns conventions

    Namespace: FluentMigrator.Expressions
    Assembly: FluentMigrator.Abstractions.dll
    Syntax
    public interface IColumnsExpression

    Properties

    | Edit this page View Source

    Columns

    Gets the list of columns

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