Data.DBXMySqlMetaDataReader.TDBXMySqlMetaDataReader.IsDescendingIndexColumnsSupported

From RAD Studio API Documentation

Delphi

function IsDescendingIndexColumnsSupported: Boolean; override;

C++

virtual bool __fastcall IsDescendingIndexColumnsSupported(void);

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXMySqlMetaDataReader.pas
Data.DBXMySqlMetaDataReader.hpp
Data.DBXMySqlMetaDataReader TDBXMySqlMetaDataReader

Description

Indicates whether descending-index columns are supported by the database. {{#multireplace:Data.DBXMySqlMetaDataReader.TDBXMySqlMetaDataReader.IsDescendingIndexColumnsSupported|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DBXMetaDataReader.TDBXBaseMetaDataReader.IsDescendingIndexColumnsSupported|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DBXMetaDataReader.TDBXBaseMetaDataReader.IsDescendingIndexColumnsSupported|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Indicates whether descending-index columns are supported by the database.

IsDescendingIndexColumnsSupported returns True if descending-index columns are supported by the database, and False otherwise.