Class DeleteColumnExpression
Inheritance
DeleteColumnExpression
Assembly: FluentMigrator.Abstractions.dll
Syntax
public class DeleteColumnExpression : MigrationExpressionBase, IMigrationExpression, ICanBeValidated, ISchemaExpression
Constructors
DeleteColumnExpression()
Declaration
public DeleteColumnExpression()
Properties
ColumnNames
Declaration
public ICollection<string> ColumnNames { 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
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