mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 18:22:23 +08:00
Update demo
This commit is contained in:
@@ -16,7 +16,7 @@ namespace KdbndpTest.SqlServerDemo
|
|||||||
SqlSugarClient Db = new SqlSugarClient(new ConnectionConfig()
|
SqlSugarClient Db = new SqlSugarClient(new ConnectionConfig()
|
||||||
{
|
{
|
||||||
DbType = DbType.Kdbndp,
|
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,
|
InitKeyType = InitKeyType.Attribute,
|
||||||
IsAutoCloseConnection = true,
|
IsAutoCloseConnection = true,
|
||||||
MoreSettings = new ConnMoreSettings()
|
MoreSettings = new ConnMoreSettings()
|
||||||
|
Reference in New Issue
Block a user