//inner join from a in StoreInCities join b in CityInfo on a.CityId equals b.ID into c select c //left join (right join只是顺序换一下) from ...
確定! 回上一頁