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

Syntax

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

Parameters

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

See Also