DbModificationCommandTree.Target プロパティ

定義

データ操作言語 (DML) 操作のターゲット テーブルを指定する DbExpressionBinding を取得します。

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

プロパティ値

DML 操作のターゲット テーブルを指定する DbExpressionBinding

適用対象