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