FireDAC.Phys.MongoDBWrapper.TMongoPipeline.TProjection.Exp

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

Delphi

function Exp(const AField, AExpression: String): TProjection;

C++

TMongoPipeline::TProjection* __fastcall Exp(const System::UnicodeString AField, const System::UnicodeString AExpression);

プロパティ

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


説明

計算された属性 AField をプロジェクション ステージへ追加し、このプロジェクション ステージへの参照を返します。

このメソッドを使用すると、計算された属性 AField をプロジェクション ステージへ追加することができます。AField 属性は、JSON 式 AExpression を使用して計算されます。

関連項目