mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-18 20:08:15 +08:00
- 增加 ISelectGrouping 分组查询总量的方法 .Count();
This commit is contained in:
@ -639,6 +639,7 @@ namespace FreeSql.Tests.Odbc.Default
|
||||
.OrderBy(a => a.Key.tt2)
|
||||
.OrderByDescending(a => a.Count())
|
||||
.Limit(2)
|
||||
.Count(out var trycount)
|
||||
.ToList(a => new
|
||||
{
|
||||
a.Key.tt2,
|
||||
|
Reference in New Issue
Block a user