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