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

ISqlMapper.BeginTransaction Method (String, IsolationLevel)

Begins the transaction.

[Visual Basic]
Function BeginTransaction( _
   ByVal String As String, _
   ByVal IsolationLevel As IsolationLevel _
) As ISqlMapSession
[C#]
ISqlMapSession BeginTransaction(
   String connectionString,
   IsolationLevel isolationLevel
);

Parameters

connectionString
The connection string.
isolationLevel
The isolation level.

Return Value

See Also

ISqlMapper Interface | IBatisNet.DataMapper Namespace | ISqlMapper.BeginTransaction Overload List