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

SqlMapSession.BeginTransaction Method (Boolean, IsolationLevel)

Begins a transaction on the current connection with the specified IsolationLevel value.

[Visual Basic]
NotOverridable Overloads Public Sub BeginTransaction( _
   ByVal Boolean As Boolean, _
   ByVal IsolationLevel As IsolationLevel _
) _
    Implements IDalSession.
[C#]
public void BeginTransaction(
   Boolean openConnection,
   IsolationLevel isolationLevel
);

Parameters

openConnection
Open a connection.
isolationLevel
The transaction isolation level for this connection.

Implements

IDalSession.

See Also

SqlMapSession Class | IBatisNet.DataMapper Namespace | SqlMapSession.BeginTransaction Overload List