FireDAC.Stan.Param.FDVar2SQL
Delphi
function FDVar2SQL(const AValue: Variant): String;
C++
extern DELPHI_PACKAGE System::UnicodeString __fastcall FDVar2SQL(const System::Variant &AValue);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | FireDAC.Stan.Param.pas FireDAC.Stan.Param.hpp |
FireDAC.Stan.Param | FireDAC.Stan.Param |
Description
Returns the result of the FDVar2SQLTyped function.
The FDVar2SQL function returns the result of the FDVar2SQLTyped function. The FDVar2SQLTyped function is called with the following parameters: AValue
and FDVarType2FieldType(AValue)
.