Class AlterSchemaExpression
Inheritance
AlterSchemaExpression
Assembly: FluentMigrator.Abstractions.dll
Syntax
public class AlterSchemaExpression : MigrationExpressionBase, IMigrationExpression, ICanBeValidated
Properties
DestinationSchemaName
Declaration
public virtual string DestinationSchemaName { get; set; }
Property Value
SourceSchemaName
Declaration
public virtual string SourceSchemaName { 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