DbDeleteCommandTree Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework