FireDAC.Phys.MongoDBWrapper.TMongoQuery.TSort.Ascending
Delphi
function Ascending(const AFields: array of String): TSort;
C++
TMongoQuery::TSort* __fastcall Ascending(const System::UnicodeString *AFields, const int 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 (ascending sort order), and returns a reference to this object.
Use this method to add several attributes to sort by in the ascending sort order.