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

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