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