FireDAC.Stan.Param.FDVar2SQL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FDVar2SQL(const AValue: Variant): String;

Properties

Type Visibility Source Unit Parent
function public FireDAC.Stan.Param.pas 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).

See Also