Update Core

This commit is contained in:
sunkaixuan
2018-11-26 00:53:40 +08:00
parent dd7b01dc9e
commit 1dc157d13e
33 changed files with 805 additions and 75 deletions

View File

@@ -38,7 +38,7 @@ namespace OrmTest.Demo
SqlSugarClient db = new SqlSugarClient(new ConnectionConfig()
{
ConnectionString = Config.ConnectionString,
DbType = DbType.SqlServer,
DbType = DbType.Oracle,
IsAutoCloseConnection = true,
InitKeyType = InitKeyType.Attribute
});