Update access

This commit is contained in:
sunkaixuan
2022-02-20 14:17:54 +08:00
parent 56571c99d5
commit 5fdf572da9
22 changed files with 30 additions and 30 deletions

View File

@@ -553,7 +553,7 @@ namespace OrmTest
{
return new SqlSugarClient(new ConnectionConfig()
{
DbType = SqlSugar.DbType.SqlServer,
DbType = SqlSugar.DbType.Access,
ConnectionString = Config.ConnectionString,
InitKeyType = InitKeyType.Attribute,
IsAutoCloseConnection = true,