Base class for unit of work types that provide ADO.NET Data Services.

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

Syntax

C#
public class DataServiceUnitOfWork : UnitOfWork, IUpdatable
Visual Basic (Declaration)
Public Class DataServiceUnitOfWork _
	Inherits UnitOfWork _
	Implements IUpdatable

Inheritance Hierarchy

System..::.Object
  Mindscape.LightSpeed..::.UnitOfWorkBase
    Mindscape.LightSpeed..::.UnitOfWork
      Mindscape.LightSpeed.DataServices..::.DataServiceUnitOfWork

See Also