2 references to MakeJoin
System.Data.Linq (2)
SqlClient\Query\SqlBinder.cs (2)
881this.currentSelect.From = sql.MakeJoin(SqlJoinType.OuterApply, this.currentSelect.From, alias, null, sub.SourceExpression); 1383this.currentSelect.From = sql.MakeJoin(joinType, this.currentSelect.From, sa, where, ss.SourceExpression);