标签:open repo join hot bin span user 查询 als
1 var v_Repair = from t_repair in context.T_RPRepair 2 join t_top in context.TopCombine on t_repair.RoadID equals t_top.unique_id 3 join t_user in context.T_wxUser on t_repair.openid equals t_user.openId 4 select new 5 { 6 guid = t_repair.Guid, 7 rpId = t_repair.RoadID, 8 oPhoto = t_repair.oldPhotoPath, 9 nPhoto = t_repair.newPhotoPath, 10 status = t_repair.status, 11 fixTime = t_repair.fixTime, 12 fixContent = t_repair.fixContent, 13 reportTime = t_repair.reportTime, 14 name = t_top.biaozhunmingcheng, 15 type = t_top.leibiemingcheng, 16 openid = wxId, 17 nickName = t_user.nickname 18 };
老是忘记 备忘一下
标签:open repo join hot bin span user 查询 als
原文地址:http://www.cnblogs.com/CoffeeEddy/p/7544828.html