FireDAC.Phys.MongoDBWrapper.TMongoQuery.FinalCountBSON

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FinalCountBSON: TMongoDocument read GetFinalCountBSON;

C++

__property TMongoDocument* FinalCountBSON = {read=GetFinalCountBSON};

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 Count command query.

See Also