FireDAC.Phys.MongoDBWrapper.TMongoPipeline.TProjection.Exp
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 を使用して計算されます。