FireDAC.Phys.MongoDBWrapper.IMongoCursor.Doc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Doc: TMongoDocument read GetDoc;

C++

__property TMongoDocument* Doc = {read=GetDoc};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper IMongoCursor

Description

Read-only. Returns a reference to the last document fetched with the Next method.

See Also