Icon OnRollback Event

property OnRollback: TNotifyEvent

Usage

This event is triggered when the database adapter needs to roll back a transaction. The developer can define an event handler for this event in order to handle rolling back a transaction using a database-specific component.
Image