Icon SQLTrigger Event

property SQLTrigger: TSQLTriggerEvent

Usage

The SQLTrigger event is fired after the engine has executed an SQL statement for a database. Assigning an event handler to this event allows you to perform processing after the SQL execution, such as logging the SQL that was executed.
Image