DbTransaction Properties
.NET Framework 4
The DbTransaction type exposes the following members.
| Name | Description | |
|---|---|---|
|
Connection | Specifies the DbConnection object associated with the transaction. |
|
DbConnection | Specifies the DbConnection object associated with the transaction. |
|
IsolationLevel | Specifies the IsolationLevel for this transaction. |
| Name | Description | |
|---|---|---|
|
IDbTransaction.Connection | Gets the DbConnection object associated with the transaction, or a null reference if the transaction is no longer valid. |