iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

IBatisNet.Common.Transaction Namespace

Namespace hierarchy

Classes

Class Description
TransactionScope Simple interface to COM+ transactions through Enterprise Service. Makes a code block transactional à la Indigo (evolution will be easier, it's the same API) It's important to make sure that each instance of this class gets Close()'d. Easiest way to do that is with the using statement in C#.

Structures

Structure Description
TransactionOptions Contains parameters that specify Transaction behaviors.

Enumerations

Enumeration Description
IsolationLevel Specifies the isolation level of a transaction.
TransactionScopeOptions Describes how a transaction scope is associated with a transaction.