klyn.data.EntityTransaction.rollback
method
public rollback() as Void:
Description

Rolls back the active transaction and discards its pending work.

Throws
  • TransactionException when no transaction is active.
Example
manager.transaction.rollback()