FireDAC.Phys.MongoDBWrapper.TMongoCommand.DoGetFinalQueryBSON

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoGetFinalQueryBSON(AWriter: TMongoDocument); override;

C++

virtual void __fastcall DoGetFinalQueryBSON(TMongoDocument* AWriter);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TMongoCommand

Description

Appends additional data to the internal query (AWriter).

FireDAC.Phys.MongoDBWrapper.TMongoCommand.DoGetFinalQueryBSON inherits from FireDAC.Phys.MongoDBWrapper.TMongoQuery.DoGetFinalQueryBSON. All content below this line refers to FireDAC.Phys.MongoDBWrapper.TMongoQuery.DoGetFinalQueryBSON.

Appends additional data to the internal query (AWriter).

TMongoQuery and subclasses call DoGetFinalQueryBSON at the end of the getters of FinalCountBSON and FinalQueryBSON.