Knight Data Access Layer
UnitOfWork Class
Members 




KellermanSoftware.NetDataAccessLayer Namespace : UnitOfWork Class
Wrap a series of actions in a transaction. On dispose the transaction is committed. If the database connection is closed, it will be opened and closed automatically If the database connection is already open, it will be left open
Syntax
Public Class UnitOfWork 
Dim instance As UnitOfWork
public class UnitOfWork 
public __gc class UnitOfWork 
public ref class UnitOfWork 
Inheritance Hierarchy

System.Object
   KellermanSoftware.NetDataAccessLayer.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

Reference

UnitOfWork Members
KellermanSoftware.NetDataAccessLayer Namespace