Click or drag to resize

Transaction Methods

The SessionBaseTransaction type exposes the following members.

Methods
  NameDescription
Public methodCommit
Commits the active transaction
Public methodDispose
If in update transaction; rollback (abort) transaction. If in read only transaction; commit transaction.
Public methodRollback
Aborts the current transaction and rolls it back. Same as Abort
Top
See Also