Data.DBXMetaDataReader.TDBXBaseMetaDataReader.IsDescendingIndexSupported

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsDescendingIndexSupported: Boolean; override;

C++

virtual bool __fastcall IsDescendingIndexSupported();

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXMetaDataReader.pas
Data.DBXMetaDataReader.hpp
Data.DBXMetaDataReader TDBXBaseMetaDataReader

Description

Indicates whether descending indexing is supported by the database.

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