Click or drag to resize
ITransactionable Methods

The ITransactionable type exposes the following members.

Methods
  NameDescription
Public methodEndTransaction
Ends a transaction. Ending a nested transaction has no effect.
Public methodRollbackTransaction
Rolls back a transaction. Rolling back a nested transaction rolls back all transactions.
Public methodStartTransaction
Begins a new transaction. Nesting transactions is allowed.
Top
See Also