FireDAC.Comp.Script.TFDSQLScript.SQL

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: TFDSQLScript

Delphi

property SQL: TStrings read FSQL write SetSQL;

C++

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

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