FireDAC.Phys.MongoDBWrapper.TMongoExpression.BeginObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Opens a new nested object, and returns a reference to this expression.

NOTE: For parent arrays, the AKey value is ignored.

See Also