摘要: 问题:有2个表,使用id相连,如何用Join语法将其连接起来?如下代码 List assoList = dataContext.tblAssociations.Join( // source dataContext.tblUser, // target ... 阅读全文
posted @ 2014-07-03 16:30 太古月石 阅读(346) 评论(0) 推荐(0)