2 references to BoolExpression
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\Structures\BoolExpression.cs (2)
144
internal static readonly BoolExpression True = new
BoolExpression
(true);
145
internal static readonly BoolExpression False = new
BoolExpression
(false);