3 references to BoolExpression
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\Structures\BoolExpression.cs (3)
53
return new
BoolExpression
(ExprType.Not, new BoolExpression[] { expression });
60
return new
BoolExpression
(ExprType.And, children);
67
return new
BoolExpression
(ExprType.Or, children);