Update mongodb

This commit is contained in:
sunkaixuan
2025-05-05 11:50:43 +08:00
parent 1cd5c98b87
commit be52e3e726
3 changed files with 15 additions and 38 deletions

View File

@@ -32,6 +32,8 @@ namespace MongoDbTest
.ExecuteCommand();
var list = db.Queryable<OrderInfo>().ToList();
//测试生成SQL性能
TestSqlBuilder(db);
}