FireDAC.Phys.MongoDBWrapper.TMongoExpression.Assign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Assign(ASource: TMongoExpression<T>); inline;

C++

void __fastcall Assign(TMongoExpression__1<T>* ASource);

Properties

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

Description

Assigns content of the specified expression to this expression.

Use this method to assign the content of the ASourse expression to this expression.

See Also