UnitOfWork Class
Allows a user to access and perform tasks on a data source.
Object Model

Syntax
'Declaration Public Class UnitOfWork Implements MNG.Profiler.Data.Core.IUnitOfWork
'Usage Dim instance As UnitOfWork
public class UnitOfWork : MNG.Profiler.Data.Core.IUnitOfWork
public ref class UnitOfWork : public MNG.Profiler.Data.Core.IUnitOfWork
Inheritance Hierarchy
System.Object
MNG.Profiler.Data.ADO.UnitOfWork
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also