Data.SqlExpr.TCustomSQLDataSet.GetQuoteChar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetQuoteChar: string; virtual;

C++

virtual System::UnicodeString __fastcall GetQuoteChar();

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.