FireDAC.Phys.MongoDBWrapper.TMongoDocument.AddNull

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function AddNull(const AKey: String): TMongoDocument;

C++

TMongoDocument* __fastcall AddNull(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 Objekt-Schlüssel/Wertepaar oder Array-Element vom Typ Null hinzu und gibt eine Referenz auf dieses Objekt zurück.

HINWEIS: Wenn Sie ein Array-Element hinzufügen, wird der AKey-Wert ignoriert.

Siehe auch