FireDAC.Stan.Param.TFDMacro.AsTime
Delphi
property AsTime: TDateTime read GetAsTime write SetAsTime;
C++
__property System::TDateTime AsTime = {read=GetAsTime, write=SetAsTime};
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 time literal.
The AsTime returns an TDateTime representation of the value. In the final SQL command text, the value will be expanded into a SQL time literal, depending on the target DBMS SQL syntax.