4 references to SqlPredicateLifter
System.Data.Linq (4)
SqlClient\Query\SqlOuterApplyReducer.cs (4)
37
if (
SqlPredicateLifter
.CanLift(join.Right, leftProducedAliases, liftedExpressions) &&
41
SqlExpression liftedPredicate =
SqlPredicateLifter
.Lift(join.Right, leftProducedAliases);
84
if (
SqlPredicateLifter
.CanLift(leftOuter.Right, leftProducedAliases, liftedExpressions) &&
89
SqlExpression liftedPredicate =
SqlPredicateLifter
.Lift(leftOuter.Right, leftProducedAliases);