Flushes pending changes to the database.

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

Syntax

C#
public override void SaveChanges(
	bool reset
)
Visual Basic (Declaration)
Public Overrides Sub SaveChanges ( _
	reset As Boolean _
)

Parameters

reset
Type: System..::.Boolean
if set to true then the internal state of the UnitOfWork is reset.

Implements

IUnitOfWork..::.SaveChanges(Boolean)

See Also