Data.SqlExpr.TCustomSQLDataSet.GetQuoteChar
Delphi
function GetQuoteChar: string; virtual;
C++
virtual System::UnicodeString __fastcall GetQuoteChar(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Data.SqlExpr.pas Data.SqlExpr.hpp |
Data.SqlExpr | TCustomSQLDataSet |
Description
Returns the character or characters to use in generated SQL statements to enclose quoted strings.
GetQuoteChar returns the character or characters that delimit quoted strings in automatically generated SQL statements. This string appears both before and after quoted strings.