API:Data.DBXMySqlMetaDataReader.TDBXMySqlMetaDataReader.IsDescendingIndexColumnsSupported

From RAD Studio API Documentation
Jump to: navigation, search

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.

Data.DBXMySqlMetaDataReader.TDBXMySqlMetaDataReader.IsDescendingIndexColumnsSupported inherits from Data.DBXMetaDataReader.TDBXBaseMetaDataReader.IsDescendingIndexColumnsSupported. All content below this line refers to Data.DBXMetaDataReader.TDBXBaseMetaDataReader.IsDescendingIndexColumnsSupported.

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.