TransactionContext Class
From System.Data.Generic
System.Data.Generic
| TransactionContext Class |
Provides context of any transaction.
Namespace: System.Data.Generic
Assembly: System.Data.Generic (in System.Data.Generic.dll) Version: 1.9.5473.30542 (1.9.5473.2392)
The TransactionContext type exposes the following members.
| Name | Description | |
|---|---|---|
| Commit |
Commits the transction.
| |
| Dispose |
Releases the unmanaged resources used by the TransactionContext.
| |
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| RollBack |
Rolls back the transaction.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |