So I have this:
db.Table1 .Join(db.Table2, t1 => t1.id, t2 => t2.id, (t1, t2) => new { t1, t2 })
But what I need to do is join wit