Update unit

This commit is contained in:
sunkaixuan 2022-02-26 22:36:49 +08:00
parent 6e9dcadc86
commit 59aa5bcf2f
2 changed files with 4 additions and 4 deletions

View File

@ -41,9 +41,9 @@ namespace OrmTest
Ado();
Queryable();
QueryableAsync();
//Thread();
//Thread2();
//Thread3();
Thread();
Thread2();
Thread3();
}
}
}

View File

@ -40,7 +40,7 @@ namespace OrmTest
}
}
});
public static SqlSugarClient singleDb = new SqlSugarClient(new ConnectionConfig()
public static SqlSugarScope singleDb = new SqlSugarScope(new ConnectionConfig()
{
DbType = DbType.Sqlite,
ConnectionString = Config.ConnectionString,