FireDAC.Comp.Script.TFDSQLScript.SQL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SQL: TStrings read FSQL write SetSQL;

C++

__property System::Classes::TStrings* SQL = {read=FSQL, write=SetSQL};

Properties

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

Description

The SQL script.

Use the SQL property to store the list of SQL and script control commands. The commands can span several lines and must be separated by the command separator.

See Also