FireDAC.Phys.MongoDBWrapper.TMongoDocument.Pairs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Pairs: TJSONCollectionBuilder.TPairs read GetPairs;

C++

__property System::Json::Builders::TJSONCollectionBuilder::TPairs* Pairs = {read=GetPairs};

Properties

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

Description

Returns a reference to the builder of the object pairs for this document.


See Also