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