Called by the framework after the unit of work has completed a database operation.

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

Syntax

C#
protected virtual void OnDatabaseOperationComplete(
	DatabaseOperation operation
)
Visual Basic (Declaration)
Protected Overridable Sub OnDatabaseOperationComplete ( _
	operation As DatabaseOperation _
)

Parameters

operation
Type: Mindscape.LightSpeed..::.DatabaseOperation
Contains information about the database operation.

See Also