FireDAC.Comp.Script.TFDScript.Params

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Params: TFDParams read FParams write SetParams;

C++

__property Firedac::Stan::Param::TFDParams* Params = {read=FParams, write=SetParams};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
FireDAC.Comp.Script TFDScript

Description

The parameters for the script SQL commands.

Use the Params property to specify the command parameters of the SQL script.

The parameters can only be used in the SQL commands.

See Also