IQueryable<t> table = null; var query = from c in table where c.A >= DateTime.Parse("2012-04-21") && c.A < DateTime.Parse("2012-05-23") group c by c.A into g select new {A=g.Key, Times=g.Count()};
楼主,不好意思,写错了,现在改过来啦,麻烦看看哈
@夜风冷: 晕倒,这个你不回做个简单的修正吗?
IQueryable<t> table = null; var query = from c in table where c.Date >= DateTime.Parse("2012-04-21") && c.Date < DateTime.Parse("2012-05-23") group c by c.Name into g select new {Name=g.Key, Times=g.Count()};
@笨笨蜗牛: 嗯,自己改过来了,谢谢楼主哈
@笨笨蜗牛: 那我把最后的0改成任意数字呢
楼主???
@夜风冷: 这个倒没写过。要去开会。等有空。
@笨笨蜗牛: …………
楼上强大,给楼主推荐 LINQ--SQL调试工具: linqpad 相当好用。。。