mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 10:08:19 +08:00
Update demo
This commit is contained in:
@@ -16,7 +16,7 @@ namespace KdbndpTest.SqlServerDemo
|
||||
SqlSugarClient Db = new SqlSugarClient(new ConnectionConfig()
|
||||
{
|
||||
DbType = DbType.Kdbndp,
|
||||
ConnectionString = "Server=47.100.233.98;Port=54325;UID=system;PWD=12345678ab;database=test",
|
||||
ConnectionString = "Server=47.100.233.98;Port=54325;UID=system;PWD=12345678;database=test",
|
||||
InitKeyType = InitKeyType.Attribute,
|
||||
IsAutoCloseConnection = true,
|
||||
MoreSettings = new ConnMoreSettings()
|
||||
|
Reference in New Issue
Block a user