Icon TEWBGetDataSetCommandParamsEvent

Unit: ewbdatasetadapter

TEWBGetDataSetCommandParamsEvent = procedure(Adapter:
      TEWBDataSetAdapter; const DatabaseName: String; Params: TParams)
      of object

The TEWBGetDataSetCommandParamsEvent type is used by the TEWBDataSetAdapter OnGetSelectParams event to populate the parameters for a Select dataset command when retrieving column definitions and rows. It is also used by the TEWBDatabaseAdapter OnGetInsertParams, OnGetUpdateParams, and OnGetDeleteParams events to execute Insert, Update, and Delete dataset commands when committing transactions.

The DatabaseName parameter is the name of the database (optional) and the Params parameter is the list of parameters that needs to be populated for the dataset command.
Image