Data.DBXMetaDataReader.TDBXBaseMetaDataReader.IsDescendingIndexColumnsSupported

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 IsDescendingIndexColumnsSupported: Boolean; override;

C++

virtual bool __fastcall IsDescendingIndexColumnsSupported();

Description

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.