This commit is contained in:
sunkaixuan
2017-05-23 06:16:59 +08:00
parent edddbdbd25
commit 8b2c3fd122
17 changed files with 19 additions and 19 deletions

View File

@@ -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,