DbTransaction Properties
.NET Framework (current version)
Namespace:
System.Data.Common
Assembly: System.Data (in System.Data.dll)
| 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. |
Show:



