Mindscape LightSpeed - User Reference & API Documentation
SaveChanges Method (resetUnitOfWork)
API ReferenceMindscape.LightSpeedRepositorySaveChanges(Boolean)
Flushes pending changes to the underlying database optionally specifying whether the current IUnitOfWork should be reset.
Declaration Syntax
C#Visual Basic
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public static void SaveChanges(
	bool resetUnitOfWork
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public Shared Sub SaveChanges ( _
	resetUnitOfWork As Boolean _
)
Parameters
resetUnitOfWork (Boolean)
Whether or not the internal state of the unit of work should be reset.

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