FireDAC.Phys.MongoDBWrapper.TMongoQuery.FinalQueryBSON

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property FinalQueryBSON: TMongoDocument read GetFinalQueryBSON;

C++

__property TMongoDocument* FinalQueryBSON = {read=GetFinalQueryBSON};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TMongoQuery


Beschreibung

Gibt ein MongoDB-Dokument zurück, das die Suchkommando-Abfrage (EN) repräsentiert.

Siehe auch