FireDAC.Stan.Param.TFDMacro.SQL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SQL: String read GetSQL;

C++

__property System::UnicodeString SQL = {read=GetSQL};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Stan.Param.pas
FireDAC.Stan.Param.hpp
FireDAC.Stan.Param TFDMacro

Description

Returns the text for TFDMacro in the same form it will be substituted into the SQL command text before preprocessing.

The SQL property returns the SQL statement for TFDMacro. The text represents the SQL text that will be substituted into the SQL command text. After substitution the SQL command will be preprocessed.