You want to use .DefaultIfEmpty , as per this question. var query = from p in Programs join pl in ProgramLocations on p.ProgramID equals pl.
確定! 回上一頁