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

DaoSession.BeginTransaction Method (IsolationLevel)

Begins a transaction at the data source with the specified IsolationLevel value.

[Visual Basic]
MustOverride Overloads Public Sub BeginTransaction( _
   ByVal IsolationLevel As IsolationLevel _
) _
    Implements IDalSession.
[C#]
public abstract void BeginTransaction(
   IsolationLevel isolationLevel
);

Parameters

isolationLevel
The transaction isolation level for this connection.

Implements

IDalSession.

See Also

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