Provider.TDataSetProvider.Params
From RAD Studio VCL Reference
Contents |
Delphi Information
From Provider.pas
property Params: TParams read FParams;
Unit: Provider
Type: property
Visibility: public
Member Of: TDataSetProvider
C++ Information
From Provider.hpp
__property Db::TParams * Params = {read=FParams};
Unit: Provider
Type: property
Visibility: public
Member Of: TDataSetProvider
Description
Stores the parameter values currently in use.
This protected property acts as a temporary cache for parameter values from clients. It is set to the parameter values supplied by calls to the Execute or GetRecords method.
Note: If the dataset provider is responding to multiple client datasets or XML brokers, the value of Params can only be used within the context of a single call to SetParams, Execute, or GetRecords. After that, other client calls can change the value of parameters.