5 references to ScalarRestriction
System.Data.Entity (5)
System\Data\Mapping\ViewGeneration\QueryRewriting\FragmentQuery.cs (1)
128
return BoolExpression.CreateLiteral(new
ScalarRestriction
(new MemberProjectedSlot(path),
System\Data\Mapping\ViewGeneration\QueryRewriting\FragmentQueryKB.cs (1)
187
nullCondition = BoolExpression.CreateLiteral(new
ScalarRestriction
(new MemberProjectedSlot(childPath),
System\Data\Mapping\ViewGeneration\Structures\ScalarRestriction.cs (3)
64
BoolLiteral newLiteral = new
ScalarRestriction
(RestrictedMemberSlot, new Domain(range, newPossibleValues));
71
return new
ScalarRestriction
(newVar, this.Domain);
77
return new
ScalarRestriction
(this.RestrictedMemberSlot, new Domain(this.Domain.Values, possibleValues));