4 references to LessThan
System.Data.Entity (4)
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (1)
488
return this.VisitBinary(expression, CqtBuilder.
LessThan
);
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
4618
return args.Left.
LessThan
(args.Right);
System\Data\Objects\ELinq\Translator.cs (1)
971
return left.
LessThan
(right);
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
867
compExpr = left.
LessThan
(right);