- 增加 ISelectGrouping 分组查询总量的方法 .Count();

This commit is contained in:
28810
2019-12-21 20:00:39 +08:00
parent 01c0fbf4f2
commit f5128f3308
16 changed files with 51 additions and 3 deletions

View File

@ -604,6 +604,7 @@ namespace FreeSql.Tests.Odbc.SqlServer
.OrderByDescending(a => a.Count())
.Offset(10)
.Limit(2)
.Count(out var trycount)
.ToList(a => new
{
a.Key.tt2,