FireDAC.Phys.MongoDBWrapper.TMongoPipeline.Sort

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Sort(const AJSON: String = ''): TSort;

C++

TSort* __fastcall Sort(const System::UnicodeString AJSON = System::UnicodeString());

Properties

Type Visibility Source Unit Parent
function public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TMongoPipeline

Description

Retuns a reference to an expression builder for the sort pipeline stage that sorts documents based on the specified expression.

You may optionally specify a JSON string that defines the match pipeline stage.

See Also