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

适用于