FireDAC.Phys.MongoDBWrapper.TMongoExpression.AddNull

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TMongoExpression


Description

Ajoute une paire champ-valeur ou un élément tableau du type Null et renvoie une référence à cette expression.

Remarque : Quand vous ajoutez un élément tableau, la valeur AKey est ignorée.

Voir aussi