Namespace:  Mindscape.NHibernateModelDesigner.Migrations
Assembly:  Mindscape.NHibernateModelDesigner.Migrations (in Mindscape.NHibernateModelDesigner.Migrations.dll)
Version: 3.1.0.0 (3.1.0.0)

Syntax

C#
protected virtual void OnIrreversibleMigrationEncountered(
	Migration migration
)
Visual Basic (Declaration)
Protected Overridable Sub OnIrreversibleMigrationEncountered ( _
	migration As Migration _
)

Parameters

migration
Type: Mindscape.NHibernateModelDesigner.Migrations..::.Migration
The migration that could not be reversed.

See Also