Class ForwardOnlyMigration
A forward-only migration
Inheritance
ForwardOnlyMigration
Implements
Inherited Members
Namespace: FluentMigrator
Assembly: FluentMigrator.dll
Syntax
public abstract class ForwardOnlyMigration : Migration, IMigration
Remarks
A try to collect the Down
expressions will result in an exception
Methods
| Edit this page View SourceDown()
Collects the DOWN migration expressions
Declaration
public override sealed void Down()