Share via


DbModificationCommandTree.Target Property

Definition

Gets the DbExpressionBinding that specifies the target table for the data manipulation language (DML) operation.

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

Property Value

The DbExpressionBinding that specifies the target table for the DML operation.

Applies to