FireDAC.Phys.MongoDBWrapper.TMongoExpression.BeginArray

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

TMongoExpression__1<T>* __fastcall BeginArray(const System::UnicodeString AKey);

Eigenschaften

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


Beschreibung

Öffnet ein neues verschachteltes Array und gibt eine Referenz auf diesen Ausdruck zurück.

HINWEIS: Bei übergeordneten Arrays wird der AKey-Wert ignoriert.

Siehe auch