Flushes pending changes to the database.

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 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 clears all existing entities from the UnitOfWorkBase so that they will be reloaded on subsequent queries.

Implements

IUnitOfWork..::.SaveChanges(Boolean)
IUnitOfWork..::.SaveChanges(Boolean)

See Also