FireDAC.Phys.MongoDBWrapper.TMongoPipeline.Sort
Delphi
function Sort(const AJSON: String = ''): TSort;
C++
TSort* __fastcall Sort(const System::UnicodeString AJSON = System::UnicodeString());
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | FireDAC.Phys.MongoDBWrapper.pas FireDAC.Phys.MongoDBWrapper.hpp |
FireDAC.Phys.MongoDBWrapper | TMongoPipeline |
説明
sort パイプライン ステージの式ビルダへの参照を返します。パイプライン ステージは、指定された式によってドキュメントをソートします。
マッチ パイプライン ステージを定義する JSON 文字列を、任意で指定することができます。
関連項目
- FireDAC.Phys.MongoDBWrapper.TMongoPipeline.Group
- FireDAC.Phys.MongoDBWrapper.TMongoPipeline.Limit
- FireDAC.Phys.MongoDBWrapper.TMongoPipeline.Match
- FireDAC.Phys.MongoDBWrapper.TMongoPipeline.Out
- FireDAC.Phys.MongoDBWrapper.TMongoPipeline.Project
- FireDAC.Phys.MongoDBWrapper.TMongoPipeline.Redact
- FireDAC.Phys.MongoDBWrapper.TMongoPipeline.Skip
- FireDAC.Phys.MongoDBWrapper.TMongoPipeline.Unwind