Returns the current unit of work.

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

Syntax

C#
public abstract TUnitOfWork Current { get; }
Visual Basic (Declaration)
Public MustOverride ReadOnly Property Current As TUnitOfWork

See Also