FireDAC.Phys.MongoDBWrapper.TMongoCollection.Dereference

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Dereference(const AOid: TJsonOid): TMongoDocument;

C++

TMongoDocument* __fastcall Dereference(const System::Json::Types::TJsonOid &AOid);

Properties

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

Description

Returns the document of the collection that has the specified object ID.

See Also