Icon OnExecuteUpdate Event

property OnExecuteUpdate: TEWBExecuteDataSetCommandEvent

Usage

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