FireDAC.Phys.MongoDBWrapper.TMongoUpdate.TExpression

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TExpression = class sealed (TMongoExpression<TMongoUpdate>)

C++

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

Properties

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

Description

Represents a fluent style MongoDB expression builder.

FireDAC.Phys.MongoDBWrapper.TMongoUpdate.TExpression inherits from FireDAC.Phys.MongoDBWrapper.TMongoExpression. All content below this line refers to FireDAC.Phys.MongoDBWrapper.TMongoExpression.


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