FireDAC.Stan.Param.TFDMacro.AsString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsString: String read GetAsString write SetAsString;

C++

__property System::UnicodeString AsString = {read=GetAsString, write=SetAsString};

Properties

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

Description

Specifies the value of the TFDMacro when it represents a string literal.

The AsString returns an String representation of the value. In the final SQL command text, the value will be expanded into a SQL string literal, depending on the target DBMS SQL syntax.

See Also