Here is how left outer joins are implemented with LINQ. You should use GroupJoin ( join...into syntax): from d in context.dc_tpatient_bookingd join bookingm ...
確定! 回上一頁