Data.DBXMetaDataReader.TDBXBaseMetaDataReader.IsDescendingIndexColumnsSupported

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsDescendingIndexColumnsSupported: Boolean; override;

C++

virtual bool __fastcall IsDescendingIndexColumnsSupported();

Properties

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

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.