5 references to Not
System.Data.Entity (5)
System\Data\Common\Utils\Boolean\BoolExpr.cs (1)
464
internal override ExprType ExprType { get { return ExprType.
Not
; } }
System\Data\Common\Utils\Boolean\Simplifier.cs (2)
38
case ExprType.
Not
:
85
case ExprType.
Not
:
System\Data\Mapping\ViewGeneration\Structures\BoolExpression.cs (2)
53
return new BoolExpression(ExprType.
Not
, new BoolExpression[] { expression });
119
case ExprType.
Not
: