Mindscape LightSpeed - User Reference & API Documentation
CompleteUnitOfWork Method (saveChanges)
API ReferenceMindscape.LightSpeedRepositoryCompleteUnitOfWork(Boolean)
Completes the current IUnitOfWork and optionally saves all changes to the underlying database.
Declaration Syntax
C#Visual Basic
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public static void CompleteUnitOfWork(
	bool saveChanges
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public Shared Sub CompleteUnitOfWork ( _
	saveChanges As Boolean _
)
Parameters
saveChanges (Boolean)
Whether or not to save pending changes.

Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)