FireDAC.Comp.Client.TFDUpdateSQL.SQL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SQL[ARequest: TFDUpdateRequest]: TStrings read GetURSQL write SetURSQL;

C++

__property System::Classes::TStrings* SQL[Firedac::Stan::Option::TFDUpdateRequest ARequest] = {read=GetURSQL, write=SetURSQL};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDUpdateSQL

Description

Gets or sets a specified SQL statement used when applying updates to a DB.

Returns the SQL statement in one of the XxxSQL properties, depending on the setting of the ARequest index.

See Also