FireDAC.Phys.MongoDBWrapper.TMongoExpression.AddMaxKey
Delphi
function AddMaxKey(const AKey: String): TMongoExpression<T>; overload; inline;
C++
TMongoExpression__1<T>* __fastcall AddMaxKey(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 MaxKey et renvoie une référence à cette expression.
Remarque : Quand vous ajoutez un élément tableau, la valeur
AKey
est ignorée.