FireDAC.Phys.MongoDBWrapper.TMongoDatabase

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Phys.MongoDBWrapper.TMongoObjectSystem.TObjectTMongoDatabase

Delphi

TMongoDatabase = class(TMongoObject)

C++

class PASCALIMPLEMENTATION TMongoDatabase : 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

Represents a MongoDB database. Use this class to manage the collections and users of the represented database.

You must not create an instance of TMongoDatabase directly. To obtain a database object, use one of the following methods instead:

TMongoDatabase allows you to:

See Also