Icon OnExecuteInsert Event

property OnExecuteInsert: TEWBExecuteDataSetCommandEvent

Usage

This event is triggered when a Insert dataset command is being executed as part of a transaction commit. The Params property indicates the incoming parameters for the command execution. The RowsAffected variable parameter should be populated with the number of rows that were inserted during the command execution, and the DataSet variable parameter can be ignored for Insert dataset commands.
Image