Interface IMigrationInformationLoader
Namespace: FluentMigrator.Runner
Assembly: FluentMigrator.Runner.Core.dll
Syntax
public interface IMigrationInformationLoader
Methods
LoadMigrations()
Declaration
[NotNull]
SortedList<long, IMigrationInfo> LoadMigrations()
Returns
| Type | Description |
|---|---|
| SortedList<long, IMigrationInfo> |