4 references to Value
System.Data.Entity (4)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (4)
615
return new ValueExpression(DbExpressionBuilder.Constant(GetLiteralTypeUsage(literal), literal.
Value
));
4889
bool isOnly = (bool)((AST.Literal)bltInExpr.Arg3).
Value
;
4890
bool isNot = (bool)((AST.Literal)bltInExpr.Arg4).
Value
;
5071
bool isOnly = (bool)((AST.Literal)bltInExpr.Arg3).
Value
;