FireDAC.Phys.MongoDBWrapper.TMongoEnv.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TMongoEnv


Beschreibung

Erstellt ein MongoDB-Umgebungsobjekt.

Erstellen Sie eine Instanz von TMongoEnv nicht direkt mit dem Create-Konstruktor. Verwenden Sie stattdessen die Objektreferenz TMongoEnv, die von der Eigenschaft Env einer MongoDB-Verbindung bereitgestellt wird.