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