FireDAC.Stan.Param.TFDMacro.AsInteger
Delphi
property AsInteger: Integer read GetAsInteger write SetAsInteger;
C++
__property int AsInteger = {read=GetAsInteger, write=SetAsInteger, nodefault};
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 an integer literal.
The AsInteger returns an Integer representation of the value. In the final SQL command text, the value will be expanded into a SQL integer number literal, depending on the target DBMS SQL syntax.