FireDAC.Phys.MongoDBWrapper.TMongoDocument.AddNull

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function AddNull(const AKey: String): TMongoDocument;

C++

TMongoDocument* __fastcall AddNull(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 tableau du type Null et renvoie une référence à cet objet.

Remarque : Quand vous ajoutez un élément tableau, la valeur AKey est ignorée.

Voir aussi