FireDAC.Phys.MongoDBWrapper.TMongoDocument.Builder

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also