DbModificationCommandTree.Target Property

Definition

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

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

Property Value

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

Applies to