FireDAC.Phys.MongoDBWrapper.TMongoExpression.AddMaxKey

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

TMongoExpression__1<T>* __fastcall AddMaxKey(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 MaxKey hinzu und gibt eine Referenz auf diesen Ausdruck zurück.

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

Siehe auch