The ITransaction type exposes the following members.

Methods

  Name Description
Public method Commit
Commits changes that were made while this transaction's scope was open.
Public method Dispose (Inherited from IDisposable.)
Public method Rollback
Rolls back changes that were made while this transaction's scope was open.
Public method Scope
Opens a transaction scope.

Properties

  Name Description
Public property HasChanges
Gets a value indicating whether any changes were made in the scope of this transaction.
Public property State
Gets the current state of the transaction.

See Also