mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 12:28:15 +08:00
- 完善 GroupBy count(b.id) 指定字段统计;
This commit is contained in:
@ -121,6 +121,7 @@ namespace FreeSql
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
int Count();
|
||||
int Count<T3>(T3 column);
|
||||
/// <summary>
|
||||
/// 求和
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user