5 references to Predicate
System.Data.Entity (5)
System\Data\Query\PlanCompiler\JoinGraph.cs (1)
649
Predicate predicate = new
Predicate
(m_command, joinNode.Child2);
System\Data\Query\PlanCompiler\TransformationRules.cs (4)
1406
Predicate predicate = new
Predicate
(command, pushdownPredicateNode);
1820
Predicate predicate = new
Predicate
(command, filterNode.Child1);
1970
Predicate predicate = new
Predicate
(command, filterNode.Child1);
3724
Predicate predicate = new
Predicate
(context.Command, singleRowNode.Child0.Child1);