4 references to ScalarRestriction
System.Data.Entity (4)
System\Data\Mapping\ViewGeneration\CellCreator.cs (4)
240
BoolExpression leftQueryWhereClause = BoolExpression.CreateLiteral(new
ScalarRestriction
(memberToExpand, new ScalarConstant(conditionValue)), null);
243
BoolExpression rightQueryWhereClause = BoolExpression.CreateLiteral(new
ScalarRestriction
(rightSidePath, new ScalarConstant(conditionValue)), null);
482
conditionExpression = new
ScalarRestriction
(conditionMemberNode, conditionConstant);
491
conditionExpression = new
ScalarRestriction
(conditionMemberNode, new ScalarConstant(conditionMap.Value));