共用方式為


DbModificationCommandTree.Target 屬性

定義

取得 DbExpressionBinding,以指定資料操作語言 (DML) 作業的目標資料表。

public System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding Target { get; }
member this.Target : System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding
Public ReadOnly Property Target As DbExpressionBinding

屬性值

DbExpressionBinding,會指定 DML 作業的目標資料表。

適用於