Update demo

This commit is contained in:
sunkaixuan 2019-06-02 10:11:07 +08:00
parent 50b2e67237
commit 90be15f097

View File

@ -15,7 +15,7 @@ namespace OrmTest
SqlSugarClient db = new SqlSugarClient(new ConnectionConfig()
{
DbType = DbType.SqlServer,
ConnectionString = "server=.;uid=sa;pwd=haosql;database=cCcMyDbBaseTest",
ConnectionString = Config.ConnectionString3,
InitKeyType = InitKeyType.Attribute,
IsAutoCloseConnection = true
});