Gets the migrations in the assembly.
Namespace:
Mindscape.LightSpeed.MigrationsAssembly: Mindscape.LightSpeed.Migrations (in Mindscape.LightSpeed.Migrations.dll)
Version: 3.1.0.0 (4.0.0.0)
Syntax
C# |
---|
public IEnumerable<Migration> GetMigrations() |
Visual Basic (Declaration) |
---|
Public Function GetMigrations As IEnumerable(Of Migration) |
Return Value
The sequence of migrations in the assembly.Implements
IMigrationLoader..::.GetMigrations()()()Remarks
The migrations are not guaranteed to be returned in any specific order.