Class CreateColumnExpression
Inheritance
CreateColumnExpression
Assembly: FluentMigrator.Abstractions.dll
Syntax
public class CreateColumnExpression : MigrationExpressionBase, IMigrationExpression, ICanBeValidated, ISchemaExpression, IColumnsExpression
Properties
Column
Declaration
public virtual ColumnDefinition Column { get; set; }
Property Value
SchemaName
Gets or sets the schema name
Declaration
public virtual string SchemaName { get; set; }
Property Value
TableName
Declaration
public virtual string TableName { get; set; }
Property Value
Methods
CollectValidationErrors(ICollection<string>)
Declaration
public override void CollectValidationErrors(ICollection<string> errors)
Parameters
Overrides
ExecuteWith(IMigrationProcessor)
Declaration
public override void ExecuteWith(IMigrationProcessor processor)
Parameters
Overrides
Reverse()
Declaration
public override IMigrationExpression Reverse()
Returns
Overrides
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type |
Description |
string |
A string that represents the current object.
|
Overrides
Implements
Extension Methods