- 完善 GroupBy count(b.id) 指定字段统计;

This commit is contained in:
28810
2020-04-08 16:19:14 +08:00
parent 7c55f09d47
commit fa59a6e3e8
16 changed files with 178 additions and 144 deletions

View File

@ -121,6 +121,7 @@ namespace FreeSql
/// </summary>
/// <returns></returns>
int Count();
int Count<T3>(T3 column);
/// <summary>
/// 求和
/// </summary>