Data.DBXMetaDataReader.TDBXBaseMetaDataReader.IsDescendingIndexSupported
| [–] 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.