FireDAC.Phys.MongoDBWrapper.TMongoPipeline.TGeoNear.Query

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Query(const AJSON: String = ''): TQuery;

C++

TQuery* __fastcall Query(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 TGeoNear

Description

Limits the results to the documents that match the query.

Use this method to limit the results to the documents that match the query.

For information on the query syntax, see Specify Query Filter Conditions in MongoDB documentation.

See Also