TransactionContext Methods

System.Data.Generic

TransactionContext Methods

The TransactionContext type exposes the following members.

Methods
  Name Description
Public method Commit
Commits the transction.
Public method Dispose
Releases the unmanaged resources used by the TransactionContext.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method RollBack
Rolls back the transaction.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also