FireDAC.Phys.MongoDBWrapper.TMongoUpdate.FinalModifyBSON

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property FinalModifyBSON: TMongoDocument read GetFinalModifyBSON;

C++

__property TMongoDocument* FinalModifyBSON = {read=GetFinalModifyBSON};

Eigenschaften

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


Beschreibung

Dokument, das die mithilfe von Modify definierten anzuwendenden Änderungen enthält.

Siehe auch