The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
OracleConnection::BeginTransaction Method (IsolationLevel)
.NET Framework (current version)
Begins a transaction at the database with the specified IsolationLevel value.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
Parameters
- il
-
Type:
System.Data::IsolationLevel
The transaction isolation level for this connection.
Return Value
Type: System.Data.OracleClient::OracleTransaction^An object representing the new transaction.
| Exception | Condition |
|---|---|
| InvalidOperationException | Parallel transactions are not supported. |
The following example creates an OracleConnection and an OracleTransaction. It also demonstrates how to use the BeginTransaction, Commit, and Rollback methods.
.NET Framework
Available since 1.1
Available since 1.1
Show: