Share via


DbDeleteCommandTree.Predicate Property

Definition

Gets an DbExpression that specifies the predicate used to determine which members of the target collection should be deleted.

public System.Data.Entity.Core.Common.CommandTrees.DbExpression Predicate { get; }
member this.Predicate : System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public ReadOnly Property Predicate As DbExpression

Property Value

An DbExpression that specifies the predicate used to determine which members of the target collection should be deleted.

Remarks

The predicate can include only the following elements:

Applies to