摘要: linq to sql 的时候,有时候需要用到 先group 然后来个 aggregate 串连一下值,但会总会出错,说不识别 aggregate 或者 string.join 方法搜遍网络 一下链接是正解: 意思就是 在group by 之后记得tolist, 然后就可以正常aggregate了~http://www.mythos-rini.com/blog/archives/4510 阅读全文
posted @ 2014-02-27 14:13 akak123 阅读(674) 评论(0) 推荐(0) 编辑