Data.SqlExpr.TCustomSQLDataSet.GetQuoteChar

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.SqlExpr.pas
Data.SqlExpr.hpp
Unit: Data.SqlExpr
Parent: TCustomSQLDataSet

Delphi

function GetQuoteChar: string; virtual;

C++

virtual System::UnicodeString __fastcall GetQuoteChar();

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.