ObjectSpace :: rollbackTransaction - Rollback transaction
The function discards all changes made in the transaction and terminates the transaction. When terminating a transaction for a given transaction level, all transactions on lower levels are discarded as well.
Implementation overview
-  - internal feature (not documented)
 ObjectSpace :: rollbackTransaction (  )
-  - internal feature (not documented)
 ObjectSpace :: rollbackTransaction ( iTransactionLevel )
Implementation details
- to list
- 
- internal feature (not documented)
 ObjectSpace  :: rollbackTransaction ( int32 iTransactionLevel )
 - iTransactionLevel
 - Transaction level
The transaction level identifies a transaction within a hierarchy of nested transactions. The out most transaction starts with number 1. 
 to list
- iTransactionLevel
 - Transaction level

