3 references to DbConstantExpression
System.Data.Entity (3)
System\Data\Common\CommandTrees\ExpressionBuilder\DbExpressionBuilder.cs (2)
610
return new
DbConstantExpression
(constantType, value);
628
return new
DbConstantExpression
(constantType, value);
System\Data\SqlClient\SqlGen\SqlFunctionCallHandler.cs (1)
1527
DbConstantExpression escapedSearchParamExpression = new
DbConstantExpression
(constSearchParamExpression.ResultType, searchParamBuilder.ToString());