FireDAC.Phys.MongoDBWrapper.TMongoDocument Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AsJSONpublicGets or sets the content of this document as a JSON string.
AsReadHandlepublicGets or sets a BSON API document handle.
AsWriteHandlepublicGets a BSON API handle of document, which will be filled by MongoDB/BSON API.
BLibpublicRead-only. Returns a reference to BSON library object.
BuilderpublicReturns a reference to a JSON builder.
CLibpublicRead-only. Returns a reference to MongoDB C driver library object.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
ElementsprotectedReturns a reference to the builder of arrays for this document.
EnvpublicRead-only. Returns a reference to the MongoDB API environment object.
ErrorpublicRead-only. Returns a reference to the error handling object.
HandlepublicGets and sets the MongoDB API handle.
InArraypublicVerifies whether the current document level belongs to an opened nested array.
InObjectpublicVerifies whether the current document level belongs to an opened nested object.
OwningObjpublicRead-only. Returns a reference to an object that owns this object.
PairsprotectedReturns a reference to the builder of the object pairs for this document.