FireDAC.Phys.MongoDBWrapper.TMongoDocument.AsWriteHandle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsWriteHandle: Pbson_t read GetAsWriteHandle;

C++

__property Firedac::Phys::Mongodbcli::Pbson_t AsWriteHandle = {read=GetAsWriteHandle};

Properties

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

Description

Gets a BSON API handle of document, which will be filled by MongoDB/BSON API.

Use this property to get a BSON API handle of a document and submit it to MongoDB API. After this, the document can be read using this object interface.

See Also