Creates and returns a new IUnitOfWork

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

Syntax

C#
IUnitOfWork Create(
	LightSpeedContext context
)
Visual Basic (Declaration)
Function Create ( _
	context As LightSpeedContext _
) As IUnitOfWork

Return Value

A new IUnitOfWork

See Also