Class Migration
Inheritance
Migration
      
      
      
      
  Implements
Inherited Members
Namespace: FluentMigrator
Assembly: FluentMigrator.dll
Syntax
public abstract class Migration : MigrationBase, IMigration
  Properties
Delete
Declaration
public IDeleteExpressionRoot Delete { get; }
  Property Value
| Type | Description | 
|---|---|
| IDeleteExpressionRoot | 
Execute
Declaration
public IExecuteExpressionRoot Execute { get; }
  Property Value
| Type | Description | 
|---|---|
| IExecuteExpressionRoot | 
Update
Declaration
public IUpdateExpressionRoot Update { get; }
  Property Value
| Type | Description | 
|---|---|
| IUpdateExpressionRoot |