Flushes pending changes to the database.
            
    Namespace: 
   Mindscape.LightSpeed.TestingAssembly: Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)
 Syntax
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.





