6 references to Predicate
System.Data.Entity (6)
System\Data\Query\PlanCompiler\Predicate.cs (6)
78: this(command) 160otherPredicates = new Predicate(m_command); 183Predicate joinPredicate = new Predicate(m_command); 184otherPredicates = new Predicate(m_command); 296singleTablePredicates.Add(new Predicate(m_command)); 298otherPredicates = new Predicate(m_command);