mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 13:06:50 +08:00
Update demo
This commit is contained in:
parent
bfe06c9815
commit
6f3b1dbdfd
@ -13,7 +13,7 @@ namespace Test
|
|||||||
{
|
{
|
||||||
DbType = DbType.SqlServer,
|
DbType = DbType.SqlServer,
|
||||||
IsAutoCloseConnection = true,
|
IsAutoCloseConnection = true,
|
||||||
ConnectionString = "server=.;uid=sa;pwd=sasa;database=SQLSUGAR4XTEST"
|
ConnectionString = "server=.;uid=sa;pwd=sasa;database=SQLSUGAR4XTEST;Encrypt=True;TrustServerCertificate=True"
|
||||||
});
|
});
|
||||||
//jsonToSqlClient.Context = new SqlSugarClient(new ConnectionConfig()
|
//jsonToSqlClient.Context = new SqlSugarClient(new ConnectionConfig()
|
||||||
//{
|
//{
|
||||||
|
Loading…
Reference in New Issue
Block a user