Gets or sets the typed UnitOfWork.

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

Syntax

C#
public T UnitOfWork { get; set; }
Visual Basic (Declaration)
Public Property UnitOfWork As T

Field Value

The typed UnitOfWork instance.

See Also