Icon OnExecuteSelect Event

property OnExecuteSelect: TEWBExecuteDataSetCommandEvent

Usage

This event is triggered when a Select dataset command is being executed while retrieving the column definitions for a dataset or retrieving the rows for a dataset. 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 selected during the command execution, and the DataSet variable parameter should be populated with the TDataSet descendant class instance that will be used for returning the rows.
Image