Linq 中的 left join

Linq 中的 left join

 

表A User:

表B UserType:

 

 

Linq: from t in UserType join u in User on t.typeId equal u.typeId into newtable from newtable.DefaultIfEmpty()

    select table in newtable;

posted @ 2014-05-17 20:03  b̶i̶n̶g̶.̶  阅读(193)  评论(0编辑  收藏  举报