FireDAC.Phys.MongoDBWrapper.TMongoDocument.AddMinKey
Delphi
function AddMinKey(const AKey: String): TMongoDocument;
C++
TMongoDocument* __fastcall AddMinKey(const System::UnicodeString AKey);
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
function | public | FireDAC.Phys.MongoDBWrapper.pas FireDAC.Phys.MongoDBWrapper.hpp |
FireDAC.Phys.MongoDBWrapper | TMongoDocument |
Beschreibung
Fügt ein Schlüssel/Wertepaar oder ein Array-Element mit dem Typ MinKey hinzu und gibt eine Referenz auf dieses Objekt zurück.
HINWEIS: Beim Hinzufügen eines Array-Elements wird der
AKey
-Wert ignoriert.