Data.DBXMetaDataReader.TDBXBaseMetaDataReader.IsDescendingIndexSupported

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DBXMetaDataReader.pas
Data.DBXMetaDataReader.hpp
Unit: Data.DBXMetaDataReader
Parent: TDBXBaseMetaDataReader

Delphi

function IsDescendingIndexSupported: Boolean; override;

C++

virtual bool __fastcall IsDescendingIndexSupported();

Description

Indicates whether descending indexing is supported by the database.

IsDescendingIndexSupported returns True if descending indexing is supported by the database, and False otherwise.