FireDAC.Phys.MongoDBWrapper.TMongoEnv.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(ACLib: TMongoClientLib; ABLib: TMongoBSONLib; AOwningObj: TObject);

C++

__fastcall TMongoEnv(TMongoClientLib* ACLib, TMongoBSONLib* ABLib, System::TObject* AOwningObj);

Properties

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

Description

Creates a MongoDB environment object.

Do not use Create to create an instance of TMongoEnv directly. Instead, use the one from the Env property of a MongoDB connection.