Gets the migrations in the assembly.

Namespace:  Mindscape.NHibernateModelDesigner.Migrations
Assembly:  Mindscape.NHibernateModelDesigner.Migrations (in Mindscape.NHibernateModelDesigner.Migrations.dll)
Version: 3.1.0.0 (3.1.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.

See Also