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