How to limit a LINQ left outer join to one row. This will do the job for you. from i in db.items let p = db.photos.Where(p2 => i.id == p2.item_id).
確定! 回上一頁