FireDAC.Phys.MongoDBWrapper.TMongoDocument.Builder
Delphi
property Builder: TJSONObjectBuilder read GetBuilder;
C++
__property System::Json::Builders::TJSONObjectBuilder* Builder = {read=GetBuilder};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FireDAC.Phys.MongoDBWrapper.pas FireDAC.Phys.MongoDBWrapper.hpp |
FireDAC.Phys.MongoDBWrapper | TMongoDocument |
Description
Returns a reference to a JSON builder.
Use this property to get a reference to a JSON builder.
NOTE: This document is the owner of the builder object.