FireDAC.Phys.MongoDBWrapper.TMongoPipeline.Stage

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

Delphi

function Stage(const AName : String; const AJSON: String = ''): TExpression;

C++

TExpression* __fastcall Stage(const System::UnicodeString AName, const System::UnicodeString AJSON = System::UnicodeString());

プロパティ

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


説明

AName によって識別されるジェネリック ステージ ビルダへの参照を返します。

任意で、ユーザーはこのステージを表す JSON 文字列を指定することができます。 詳細については、以下を参照してください: https://docs.mongodb.com/manual/reference/operator/aggregation-pipeline/