Base class for unit of work types that provide ADO.NET Data Services.
            
    Namespace: 
   Mindscape.LightSpeed.DataServicesAssembly: Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public class DataServiceUnitOfWork : UnitOfWork, IUpdatable | 
| Visual Basic (Declaration) | 
|---|
| Public Class DataServiceUnitOfWork _ Inherits UnitOfWork _ Implements IUpdatable | 
 Inheritance Hierarchy
Inheritance Hierarchy
System..::.Object
Mindscape.LightSpeed..::.UnitOfWorkBase
Mindscape.LightSpeed..::.UnitOfWork
Mindscape.LightSpeed.DataServices..::.DataServiceUnitOfWork
Mindscape.LightSpeed..::.UnitOfWorkBase
Mindscape.LightSpeed..::.UnitOfWork
Mindscape.LightSpeed.DataServices..::.DataServiceUnitOfWork





