5 references to LessThanOrEqual
System.Data.Entity (5)
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (1)
491
return this.VisitBinary(expression, CqtBuilder.
LessThanOrEqual
);
System\Data\Common\EntitySql\SemanticAnalyzer.cs (2)
4606
return args.Left.
LessThanOrEqual
(args.Right);
5247
return valueExpr.GreaterThanOrEqual(limitsExpr.Left).And(valueExpr.
LessThanOrEqual
(limitsExpr.Right));
System\Data\Objects\ELinq\Translator.cs (1)
980
return left.
LessThanOrEqual
(right);
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
879
compExpr = left.
LessThanOrEqual
(right);