Data.DBXMetaDataReader.TDBXBaseMetaDataReader.IsQuotedIdentifiersSupported
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DBXMetaDataReader.pas Data.DBXMetaDataReader.hpp
| |
Unit: Data.DBXMetaDataReader | |
Parent: TDBXBaseMetaDataReader |
Delphi
function IsQuotedIdentifiersSupported: Boolean; override;
C++
virtual bool __fastcall IsQuotedIdentifiersSupported();
Description
Getter method for the QuotedIdentifiersSupported property.
IsQuotedIdentifiersSupported returns True if quoted identifiers are supported by the database, and False otherwise.