FireDAC.Phys.MongoDBWrapper.TMongoDocument.AddMinKey
Delphi
function AddMinKey(const AKey: String): TMongoDocument;
C++
TMongoDocument* __fastcall AddMinKey(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 MinKey et renvoie une référence à cet objet.
REMARQUE : Lorsque vous ajoutez un élément de tableau, la valeur
AKey
est ignorée.