mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 04:35:29 +08:00
Update README.md
This commit is contained in:
parent
9106291070
commit
7868918742
@ -3,7 +3,8 @@
|
||||
|
||||
##Query Create Connection
|
||||
```c
|
||||
SqlSugarClient db = new SqlSugarClient(new SystemTableConfig() { ConnectionString = Config.ConnectionString, DbType = DbType.SqlServer, IsAutoCloseConnection = true });
|
||||
SqlSugarClient db = new SqlSugarClient(new SystemTableConfig()
|
||||
{ ConnectionString = Config.ConnectionString, DbType =DbType.SqlServer, IsAutoCloseConnection = true });
|
||||
```
|
||||
|
||||
## Introduction
|
||||
|
Loading…
Reference in New Issue
Block a user