次の方法で共有


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

適用対象