mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-22 12:09:29 +08:00
Update mongodb
This commit is contained in:
@@ -122,8 +122,8 @@ namespace MongoDbTest
|
||||
.GroupBy(it => it.Name)
|
||||
.Select(it => new
|
||||
{
|
||||
Id = it.Name,
|
||||
MyCount = SqlFunc.AggregateCount(it.Id)
|
||||
Name = it.Name,
|
||||
x = SqlFunc.AggregateCount(it.Id)
|
||||
}).ToList();
|
||||
//测试生成SQL性能
|
||||
TestSqlBuilder(db);
|
||||
|
Reference in New Issue
Block a user