FireDAC.Phys.MongoDBWrapper.TMongoExpression.AddNull

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function AddNull(const AKey: String): TMongoExpression<T>; overload; inline;

C++

TMongoExpression__1<T>* __fastcall AddNull(const System::UnicodeString AKey)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TMongoExpression


Beschreibung

Fügt ein Feld-Wert-Paar oder ein Array-Element mit dem Typ Null hinzu und gibt eine Referenz auf diesen Ausdruck zurück.

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

Siehe auch