Icon OnExecuteDelete Event

property OnExecuteDelete: TEWBExecuteDataSetCommandEvent

Usage

This event is triggered when a Delete 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 deleted during the command execution, and the DataSet variable parameter can be ignored for Delete dataset commands.
Image