SessionBaseTransaction Class |
Namespace: VelocityDb.Session
The SessionBaseTransaction type exposes the following members.
| Name | Description | |
|---|---|---|
| Commit |
Commits the active transaction
| |
| Dispose |
If in update transaction; rollback (abort) transaction. If in read only transaction; commit transaction.
| |
| Rollback |
Aborts the current transaction and rolls it back. Same as Abort |