Datasnap.Provider.TDataSetProvider.Params

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Params: TParams read FParams;

C++

__property Data::Db::TParams* Params = {read=FParams};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.Provider.pas
Datasnap.Provider.hpp
Datasnap.Provider 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.

See Also