DbDeleteCommandTree.Predicate Property
Gets an DbExpression that specifies the predicate used to determine which members of the target collection should be deleted.
Assembly: EntityFramework (in EntityFramework.dll)
Property Value
Type: System.Data.Entity.Core.Common.CommandTrees.DbExpressionThe predicate used to determine which members of the target collection should be deleted.
The predicate can include only the following elements: Equality expressionConstant expressionIsNull expressionProperty expressionReference expression to the targetAnd expressionOr expressionNot expression.