FireDAC.Phys.MongoDBWrapper.TMongoSelector.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

constructor Create(AEnv: TMongoEnv; AOwningObj: TObject; ARunOper: TRunOper); overload;
constructor Create(AEnv: TMongoEnv); overload;

C++

__fastcall TMongoSelector(TMongoEnv* AEnv, System::TObject* AOwningObj, _di_TRunOper ARunOper)/* overload */;
__fastcall TMongoSelector(TMongoEnv* AEnv)/* overload */;

Propriétés

Type Visibilité  Source Unité  Parent
constructor public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TMongoSelector


Description

Create crée une instance de TMongoSelector.

Utilisez la signature qui accepte seulement un objet environnement MongoDB pour insérer des objets constructeur que vous pouvez transmettre à TMongoDatabase.ListCollections ou à TMongoCollection.Remove si vous utilisez un style de codage normal.

N'utilisez pas la signature qui accepte une instance de TRunOper. TMongoCollection.Insert utilise cette signature de manière interne quand vous utilisez un style de codage fluent.

Voir aussi