FireDAC.Phys.MongoDBWrapper.TMongoConnection.Dereference

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Dereference(const ADBRef: TJsonDBRef): TMongoDocument;

C++

TMongoDocument* __fastcall Dereference(const System::Json::Types::TJsonDBRef &ADBRef);

Properties

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

Description

Returns a document from the MongoDB server that matches the specified DBRef.

Note: The DB, Ref, and Id fields of the DBRef must be non-empty strings.

See Also