DbQuantifierExpression.Predicate Property

Definition

Gets the Boolean predicate that should be evaluated for each element in the input set.

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

The Boolean predicate that should be evaluated for each element in the input set.

Exceptions

The expression is null.

The expression is not associated with the command tree for the DbQuantifierExpression ,or its result type is not a Boolean type.

Applies to