IBX.IBCustomDataSet.TIBCustomDataSet.PSGetQuoteChar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function PSGetQuoteChar: String; override;

C++

virtual System::UnicodeString __fastcall PSGetQuoteChar();

Properties

Type Visibility Source Unit Parent
function protected
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet TIBCustomDataSet

Description

Returns the character or characters to use in generated SQL statements to enclose quoted strings.

IBX.IBCustomDataSet.TIBCustomDataSet.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.

See Also