FireDAC.Phys.MongoDBWrapper.TMongoDocument.AsReadHandle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsReadHandle: Pbson_t read GetAsReadHandle write SetAsReadHandle;

C++

__property Firedac::Phys::Mongodbcli::Pbson_t AsReadHandle = {read=GetAsReadHandle, write=SetAsReadHandle};

Properties

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

Description

Gets or sets a BSON API document handle.


Use this property to:

  • get a BSON API handle of document, which is read-only for MongoDB/BSON API
  • set a BSON API handle of document, which is read-only for this object.

See Also