FireDAC.Phys.MongoDBWrapper.TMongoQuery.Match

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Match(const AJSON: String = ''): TExpression;

C++

TExpression* __fastcall Match(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 TMongoQuery

Description

Returns a reference to a match builder, which specifies the selection criteria using query operators. Optionally, you may specify a JSON string that represents match criteria.

For more information, see MongoDB documentation.

See Also