Interface IColumnsExpression
Opt-in into columns conventions
Namespace: FluentMigrator.Expressions
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface IColumnsExpression
Properties
| Edit this page View SourceColumns
Gets the list of columns
Declaration
IEnumerable<ColumnDefinition> Columns { get; }
Property Value
Type | Description |
---|---|
IEnumerable<ColumnDefinition> |
TableName
Gets the table name
Declaration
string TableName { get; }
Property Value
Type | Description |
---|---|
string |