FireDAC.Phys.MongoDBWrapper.TMongoExpression.Exp

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TMongoExpression


説明

指定されたフィールド-式ペアをこの式へ追加し、この式への参照を返します。

関連項目