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