Flushes pending changes to the database.

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

Syntax

C#
public abstract void SaveChanges(
	bool reset
)
Visual Basic (Declaration)
Public MustOverride 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)

See Also