FireDAC.Phys.MongoDBWrapper.TMongoDocument Properties
InheritedProtected
| AsJSON | public | Gets or sets the content of this document as a JSON string. |
| AsReadHandle | public | Gets or sets a BSON API document handle. |
| AsWriteHandle | public | Gets a BSON API handle of document, which will be filled by MongoDB/BSON API. |
| BLib | public | Read-only. Returns a reference to BSON library object. |
| Builder | public | Returns a reference to a JSON builder. |
| CLib | public | Read-only. Returns a reference to MongoDB C driver library object. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| Elements | protected | Returns a reference to the builder of arrays for this document. |
| Env | public | Read-only. Returns a reference to the MongoDB API environment object. |
| Error | public | Read-only. Returns a reference to the error handling object. |
| Handle | public | Gets and sets the MongoDB API handle. |
| InArray | public | Verifies whether the current document level belongs to an opened nested array. |
| InObject | public | Verifies whether the current document level belongs to an opened nested object. |
| OwningObj | public | Read-only. Returns a reference to an object that owns this object. |
| Pairs | protected | Returns a reference to the builder of the object pairs for this document. |