FireDAC.Phys.MongoDBWrapper.TMongoQuery.FinalQueryBSON

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FinalQueryBSON: TMongoDocument read GetFinalQueryBSON;

C++

__property TMongoDocument* FinalQueryBSON = {read=GetFinalQueryBSON};

Properties

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

Description

Returns a MongoDB document that represents the Find command query.

See Also