Begins a database transaction with the specified System.Data.IsolationLevel value.
- il
One of the System.Data.IsolationLevel values.
![]()
An object representing the new transaction.
Once the transaction has completed, you must explicitly commit or roll back the transaction using the IDbTransaction.Commit or IDbTransaction.Rollback methods.