FireDAC.Phys.MongoDBWrapper.TMongoUpdate.FinalMatchBSON

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FinalMatchBSON: TMongoDocument read GetFinalMatchBSON;

C++

__property TMongoDocument* FinalMatchBSON = {read=GetFinalMatchBSON};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TMongoUpdate

Description

Document that contains the selection criteria, defined using Match.

See Also