linq select join 在 What is the syntax for an inner join in LINQ to SQL? - Stack ... 的評價 It goes something like: from t1 in db.Table1 join t2 in db.Table2 on t1.field equals t2.field select new { t1.field2, t2.field3}. ... <看更多>