FireDAC.Phys.MongoDBWrapper.TMongoQuery.Value

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Value: Int64;

C++

__int64 __fastcall Value();

Properties

Type Visibility Source Unit Parent
function public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TMongoQuery

Description

Executes the count query and returns the records count.

This method may be used only when a count query object was created with the appropriate TMongoCollection.Count overloaded method.

See Also