Starts a database transaction with the current System.Data.IsolationLevel value.
An object representing the new transaction.
You must explicitly commit or roll back the transaction using the OleDbTransaction.Commit or OleDbTransaction.Rollback method. To make sure that the .NET Framework Data Provider for OLE DB transaction management model performs correctly, avoid using other transaction management models, such as those provided by the data source.