在雇員沒有訂單時,DefaultIfEmpty()方法返回null: var q = from e in db.Employees join o in db.Orders on e equals o.Employee into ords from o in ...
確定! 回上一頁