FireDAC.Phys.MongoDBWrapper.TMongoOID

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Phys.MongoDBWrapper.TMongoObjectSystem.TObjectTMongoOID

Delphi

TMongoOID = class(TMongoObject)

C++

class PASCALIMPLEMENTATION TMongoOID : public TMongoObject

Properties

Type Visibility Source Unit Parent
class public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper FireDAC.Phys.MongoDBWrapper

Description

Encapsulates the MongoDB bson_oid_t structure that represents an OID (Object ID), which is equivalent to TJsonOid.


Object ID is a special 12-byte BSON type that guarantees uniqueness within the collection. For more information, see MongoDB documentation.

See Also