FireDAC.Phys.MongoDBWrapper.TMongoExpression.BeginArray

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

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


Description

Ouvre un nouveau tableau imbriqué et renvoie une référence à cette expression.

Remarque : Pour les tableaux parents, la valeur AKey est ignorée.

Voir aussi