Gets the migrations declared in the source.

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

See Also