mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-02 03:13:58 +08:00
-
This commit is contained in:
@@ -16,7 +16,7 @@ namespace OrmTest.PerformanceTesting
|
||||
}
|
||||
public void Select()
|
||||
{
|
||||
SqlSugarClient db = new SqlSugarClient(new SystemTablesConfig()
|
||||
SqlSugarClient db = new SqlSugarClient(new SystemTableConfig()
|
||||
{
|
||||
ConnectionString = Config.ConnectionString,
|
||||
DbType = DbType.SqlServer,
|
||||
|
||||
Reference in New Issue
Block a user