FireDAC.Phys.MongoDBWrapper.TMongoSelector.TExpression

From RAD Studio API Documentation

Delphi

TExpression = class sealed(TMongoExpression<TMongoSelector>)

C++

class PASCALIMPLEMENTATION TExpression : /*[[sealed]]*/ public TMongoExpression__1<TMongoSelector*>

Properties

Type Visibility Source Unit Parent
class public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TMongoSelector

Description

Represents a fluent style MongoDB expression builder. {{#multireplace:FireDAC.Phys.MongoDBWrapper.TMongoSelector.TExpression|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FireDAC.Phys.MongoDBWrapper.TMongoExpression|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FireDAC.Phys.MongoDBWrapper.TMongoExpression|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.


Represents a fluent style MongoDB expression builder.

TMongoExpression is a generic base class. Please do not use it directly in your applications.

The API of this class is equivalent to the TMongoDocument API, and adds only two new methods:

  • TMongoExpression.End: Finishes this stage or operation, and returns a reference to the parent object of this expression.
  • TMongoExpression.Exp: Appends the specified field and expression to this expression, and returns a reference to this expression.

See Also