FireDAC.Stan.Param.TFDMacro.AsIdentifier

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsIdentifier: String read GetAsString write SetAsIdentifier;

C++

__property System::UnicodeString AsIdentifier = {read=GetAsString, write=SetAsIdentifier};

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 SQL identifier value.

The AsIdentifier returns a String representation of the value. In the final SQL command text, the value will be expanded into a SQL identifier quoted according to the target DBMS SQL syntax.

See Also