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

Description

Fills the selection criteria of the selection document with the specified JSON data (if any) and returns the selection criteria builder that you can use to complete the selection criteria.

See Also