FireDAC.Phys.MongoDBWrapper.TMongoDocument.AddUndefined

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function AddUndefined(const AKey: String): TMongoDocument;

C++

TMongoDocument* __fastcall AddUndefined(const System::UnicodeString AKey);

Propriétés

Type Visibilité  Source Unité  Parent
function public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TMongoDocument


Description

Ajoute une paire clé-valeur ou un élément de tableau de type Undefined et renvoie une référence à cet objet.

REMARQUE : Lorsque vous ajoutez un élément de tableau, la valeur AKey est ignorée.

Voir aussi