FireDAC.Phys.MongoDBWrapper.TMongoUpdate.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

constructor Create(AEnv: TMongoEnv; AOwningObj: TObject; ARunUpdate: TRunUpdate); overload;
constructor Create(AEnv: TMongoEnv); overload;

C++

__fastcall TMongoUpdate(TMongoEnv* AEnv, System::TObject* AOwningObj, _di_TRunUpdate ARunUpdate)/* overload */;
__fastcall TMongoUpdate(TMongoEnv* AEnv)/* overload */;

Propriétés

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


Description

Create crée une instance de TMongoUpdate.

Utilisez la signature qui accepte seulement un objet environnement MongoDB afin de créer des objets constructeur de mise à jour que vous pouvez utiliser avec un style de codage normal.

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

Voir aussi