Class Migration
The base migration class for custom SQL queries and data updates/deletions
Inheritance
Migration
Implements
Inherited Members
Namespace: FluentMigrator
Assembly: FluentMigrator.dll
Syntax
public abstract class Migration : MigrationBase, IMigration
Properties
| Edit this page View SourceDelete
Gets the starting point for data deletions
Declaration
public IDeleteExpressionRoot Delete { get; }
Property Value
Type | Description |
---|---|
IDeleteExpressionRoot |
Execute
Gets the starting point for SQL execution
Declaration
public IExecuteExpressionRoot Execute { get; }
Property Value
Type | Description |
---|---|
IExecuteExpressionRoot |
Update
Gets the starting point for data updates
Declaration
public IUpdateExpressionRoot Update { get; }
Property Value
Type | Description |
---|---|
IUpdateExpressionRoot |