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

IDalSession.BeginTransaction Method (IsolationLevel)

Open a connection and begin a transaction at the data source with the specified IsolationLevel value.

[Visual Basic]
Sub BeginTransaction( _
   ByVal IsolationLevel As IsolationLevel _
)
[C#]
void BeginTransaction(
   IsolationLevel isolationLevel
);

Parameters

isolationLevel
The transaction isolation level for this connection.

See Also

IDalSession Interface | IBatisNet.Common Namespace | IDalSession.BeginTransaction Overload List