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

@@ -14,7 +14,7 @@ namespace OrmTest
Console.WriteLine("#### CodeFirst Start ####");
SqlSugarClient db = new SqlSugarClient(new ConnectionConfig()
{
DbType = DbType.SqlServer,
DbType = DbType.Access,
ConnectionString = Config.ConnectionString3,
InitKeyType = InitKeyType.Attribute,
IsAutoCloseConnection = true