Compartir a través de


DbDeleteCommandTree Constructor

Definición

Inicializa una nueva instancia de la clase DbDeleteCommandTree.

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

Parámetros

metadata
MetadataWorkspace

El modelo en el que funcionará este comando.

dataSpace
DataSpace

Espacio de datos.

target
DbExpressionBinding

Tabla de destino para la operación del lenguaje de manipulación de datos (DML).

predicate
DbExpression

Predicado que se usa para determinar qué miembros de la colección de destino se deben eliminar.

Se aplica a