mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-21 19:17:35 +08:00
Update demo
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Test
|
||||
{
|
||||
DbType = DbType.SqlServer,
|
||||
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()
|
||||
//{
|
||||
|
Reference in New Issue
Block a user