2 references to GetValue
System.Data.Entity (2)
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (1)
390return VisitTerminal(expression, newType => CqtBuilder.Constant(newType, expression.GetValue()));
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
988ConstantBaseOp op = _iqtCommand.CreateConstantOp(e.ResultType, e.GetValue());