DbDeleteCommandTree Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe 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
Paramètres
- metadata
- MetadataWorkspace
Modèle sur lequel cette commande fonctionnera.
- dataSpace
- DataSpace
Espace de données.
- target
- DbExpressionBinding
Table cible pour l’opération DML (Data Manipulation Language).
- predicate
- DbExpression
Prédicat utilisé pour déterminer les membres de la collection cible qui doivent être supprimés.