FireDAC.Phys.MongoDBWrapper.TMongoQuery.TSort.Descending
Delphi
function Descending(const AFields: array of String): TSort;
C++
TMongoQuery::TSort* __fastcall Descending(const System::UnicodeString *AFields, const System::NativeInt AFields_High);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | FireDAC.Phys.MongoDBWrapper.pas FireDAC.Phys.MongoDBWrapper.hpp |
FireDAC.Phys.MongoDBWrapper | TSort |
Description
Adds several AFields
attributes to this query sort order (descending sort order), and returns a reference to this object.
Use this method to add several attributes to sort by in the descending sort order.