FireDAC.Phys.MongoDBWrapper.TMongoDocument.AddUndefined

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function AddUndefined(const AKey: String): TMongoDocument;

C++

TMongoDocument* __fastcall AddUndefined(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 Undefined hinzu und gibt eine Referenz auf dieses Objekt zurück.

HINWEIS: Beim Hinzufügen eines Array-Elements wird der AKey-Wert ignoriert.

Siehe auch