DbDeleteCommandTree Constructor (MetadataWorkspace, DataSpace, DbExpressionBinding, DbExpression)
Initializes a new instance of the DbDeleteCommandTree class.
Assembly: EntityFramework (in EntityFramework.dll)
public DbDeleteCommandTree(
MetadataWorkspace metadata,
DataSpace dataSpace,
DbExpressionBinding target,
DbExpression predicate
)
Parameters
- metadata
-
Type:
System.Data.Entity.Core.Metadata.Edm.MetadataWorkspace
The metadata workspace.
- dataSpace
-
Type:
System.Data.Entity.Core.Metadata.Edm.DataSpace
The data space.
- target
-
Type:
System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding
The database expression binding.
- predicate
-
Type:
System.Data.Entity.Core.Common.CommandTrees.DbExpression
The database expression.