FireDAC.Phys.MongoDBWrapper.TMongoQuery.FinalProjectBSON

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FinalProjectBSON: TMongoDocument read GetFinalProjectBSON;

C++

__property TMongoDocument* FinalProjectBSON = {read=GetFinalProjectBSON};

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 a projection.

See Also