次の方法で共有


DbApplyExpression.Apply プロパティ

定義

入力セットの各要素に対して呼び出される関数を指定する DbExpressionBinding を取得します。

public:
 property System::Data::Common::CommandTrees::DbExpressionBinding ^ Apply { System::Data::Common::CommandTrees::DbExpressionBinding ^ get(); };
public System.Data.Common.CommandTrees.DbExpressionBinding Apply { get; }
member this.Apply : System.Data.Common.CommandTrees.DbExpressionBinding
Public ReadOnly Property Apply As DbExpressionBinding

プロパティ値

入力セットの各要素に対して呼び出される関数を指定する DbExpressionBinding

適用対象