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