FireDAC.Phys.MongoDBWrapper.TMongoCursor.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 TMongoCursor

Description

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

FireDAC.Phys.MongoDBWrapper.TMongoCursor.Doc inherits from FireDAC.Phys.MongoDBWrapper.IMongoCursor.Doc. All content below this line refers to FireDAC.Phys.MongoDBWrapper.IMongoCursor.Doc.

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

See Also