2 references to DbQuantifierExpression
System.Data.Entity (2)
System\Data\Common\CommandTrees\ExpressionBuilder\DbExpressionBuilder.cs (2)
310
return new
DbQuantifierExpression
(DbExpressionKind.All, booleanResultType, input, predicate);
326
return new
DbQuantifierExpression
(DbExpressionKind.Any, booleanResultType, input, predicate);