Interface IMigrationScopeStarter
Manually start a migration scope
Namespace: FluentMigrator.Runner
Assembly: FluentMigrator.Runner.dll
Syntax
public interface IMigrationScopeStarter
Remarks
This is handles nested scopes gracefully.
Methods
| Edit this page View SourceBeginScope()
Starts a new migration scope
Declaration
IMigrationScope BeginScope()
Returns
Type | Description |
---|---|
IMigrationScope | A new migration scope |