Interface IMigrationSource
The source for all types implementing IMigration and having the MigrationAttribute
Namespace: FluentMigrator.Runner.Initialization
Assembly: FluentMigrator.Runner.Core.dll
Syntax
[Obsolete("Use IFilteringMigrationSource to get optimal performance")]
public interface IMigrationSource
Methods
| Edit this page View SourceGetMigrations()
Returns the instances for all found types implementing IMigration and having the MigrationAttribute
Declaration
[NotNull]
[ItemNotNull]
IEnumerable<IMigration> GetMigrations()
Returns
Type | Description |
---|---|
IEnumerable<IMigration> | the instances for all found types implementing IMigration and having the MigrationAttribute |