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