10 references to ScalarConstant
System.Data.Entity (10)
System\Data\Mapping\ViewGeneration\CellCreator.cs (4)
212
ScalarConstant negatedCondition = new
ScalarConstant
(!conditionValue);
240
BoolExpression leftQueryWhereClause = BoolExpression.CreateLiteral(new ScalarRestriction(memberToExpand, new
ScalarConstant
(conditionValue)), null);
243
BoolExpression rightQueryWhereClause = BoolExpression.CreateLiteral(new ScalarRestriction(rightSidePath, new
ScalarConstant
(conditionValue)), null);
491
conditionExpression = new ScalarRestriction(conditionMemberNode, new
ScalarConstant
(conditionMap.Value));
System\Data\Mapping\ViewGeneration\Structures\BoolLiteral.cs (3)
182
IEnumerable<Constant> actualValues = new Constant[] { new
ScalarConstant
(true) };
183
IEnumerable<Constant> possibleValues = new Constant[] { new
ScalarConstant
(true), new
ScalarConstant
(false) };
System\Data\Mapping\ViewGeneration\Structures\Domain.cs (3)
187
defaultConstant = new
ScalarConstant
(defaultValue);
552
yield return new
ScalarConstant
(value1);
553
yield return new
ScalarConstant
(value2);