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

DaoManager.BeginTransaction Method (IsolationLevel)

Begins a database transaction with the specified isolation level.

[Visual Basic]
NotOverridable Overloads Public Function BeginTransaction( _
   ByVal IsolationLevel As IsolationLevel _
) As IDalSession _
    Implements IDaoManager.
[C#]
public IDalSession BeginTransaction(
   IsolationLevel isolationLevel
);

Parameters

isolationLevel
The isolation level under which the transaction should run.

Return Value

A IDalSession.

Implements

IDaoManager.

See Also

DaoManager Class | IBatisNet.DataAccess Namespace | DaoManager.BeginTransaction Overload List