Data.DBXMySqlMetaDataReader.TDBXMySqlMetaDataReader.IsDescendingIndexColumnsSupported
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DBXMySqlMetaDataReader.pas Data.DBXMySqlMetaDataReader.hpp
| |
Unit: Data.DBXMySqlMetaDataReader | |
Parent: TDBXMySqlMetaDataReader |
Delphi
function IsDescendingIndexColumnsSupported: Boolean; override;
C++
virtual bool __fastcall IsDescendingIndexColumnsSupported();
Description
Indicates whether descending-index columns are supported by the database.
Data.DBXMySqlMetaDataReader.TDBXMySqlMetaDataReader.IsDescendingIndexColumnsSupported inherits from Data.DBXMetaDataReader.TDBXBaseMetaDataReader.IsDescendingIndexColumnsSupported. All content below this line refers to Data.DBXMetaDataReader.TDBXBaseMetaDataReader.IsDescendingIndexColumnsSupported.
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.