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 SourceColumn
Gets the current column definition
Declaration
ColumnDefinition Column { get; }
Property Value
Type | Description |
---|---|
ColumnDefinition |
SchemaName
Gets the schema name
Declaration
string SchemaName { get; }
Property Value
Type | Description |
---|---|
string |
TableName
Gets the table name
Declaration
string TableName { get; }
Property Value
Type | Description |
---|---|
string |