FireDAC.Comp.Script.TFDScript.Params

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
Unit: FireDAC.Comp.Script
Parent: TFDScript

Delphi

property Params: TFDParams read FParams write SetParams;

C++

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

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