FireDAC.Phys.MongoDBWrapper.TMongoPipeline.Match

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

Delphi

function Match(const AJSON: String = ''): TExpression;

C++

TExpression* __fastcall Match(const System::UnicodeString AJSON = System::UnicodeString());

プロパティ

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


説明

match パイプライン ステージの式ビルダへの参照を返します。パイプライン ステージは、この定義された式によってドキュメントをフィルタリングします。

マッチ パイプライン ステージを定義する JSON 文字列を、任意で指定することができます。

関連項目