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