Share via


DbDeleteCommandTree Constructor

Definition

Initializes a new instance of the DbDeleteCommandTree class.

public DbDeleteCommandTree (System.Data.Entity.Core.Metadata.Edm.MetadataWorkspace metadata, System.Data.Entity.Core.Metadata.Edm.DataSpace dataSpace, System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding target, System.Data.Entity.Core.Common.CommandTrees.DbExpression predicate);
new System.Data.Entity.Core.Common.CommandTrees.DbDeleteCommandTree : System.Data.Entity.Core.Metadata.Edm.MetadataWorkspace * System.Data.Entity.Core.Metadata.Edm.DataSpace * System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding * System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbDeleteCommandTree

Parameters

metadata
MetadataWorkspace

The model this command will operate on.

dataSpace
DataSpace

The data space.

target
DbExpressionBinding

The target table for the data manipulation language (DML) operation.

predicate
DbExpression

A predicate used to determine which members of the target collection should be deleted.

Applies to