FireDAC.Phys.MongoDBWrapper.TMongoExpression.Exp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Exp(const AField, AExpression: String): TMongoExpression<T>;

C++

TMongoExpression__1<T>* __fastcall Exp(const System::UnicodeString AField, const System::UnicodeString AExpression);

Properties

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

Description

Appends the specified field-expression pair to this expression, and returns a reference to this expression.

See Also