FireDAC.Phys.MongoDBWrapper.TMongoQuery.TSort.Descending

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function Descending(const AFields: array of String): TSort;

C++

TMongoQuery::TSort* __fastcall Descending(const System::UnicodeString *AFields, const int AFields_High);

プロパティ

種類 可視性 ソース ユニット
function public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TSort


説明

複数の AFields 属性をこのクエリ ソート順(降順ソート)に追加し、このオブジェクトへの参照を返します。

このメソッドを使用すると、降順でソートされる属性を追加することができます。


関連項目