FireDAC.Phys.MongoDBWrapper.TMongoPipeline.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 TMongoPipeline

Description

Retuns a reference to an expression builder for the match pipeline stage that filters documents documents based on the defined expression.

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

See Also