Data.SqlExpr.TCustomSQLDataSet.PSGetQuoteChar
Delphi
function PSGetQuoteChar: string; override;
C++
virtual System::UnicodeString __fastcall PSGetQuoteChar(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | 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.
Data.SqlExpr.TCustomSQLDataSet.PSGetQuoteChar inherits from Data.DB.TDataSet.PSGetQuoteChar. All content below this line refers to Data.DB.TDataSet.PSGetQuoteChar.
Returns the character or characters to use in generated SQL statements to enclose quoted strings.