DbApplyExpression.Input プロパティ

定義

入力セットを指定する DbExpressionBinding を取得します。

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

プロパティ値

入力セットを指定する DbExpressionBinding

適用対象