mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 13:34:32 +08:00
Update README.md
This commit is contained in:
parent
c81397d413
commit
4420883966
@ -5,6 +5,7 @@
|
|||||||
## 1. Query
|
## 1. Query
|
||||||
|
|
||||||
### 1.1 Create Connection
|
### 1.1 Create Connection
|
||||||
|
If you have system table permissions, use SystemTableConfig,else use AttribuiteCofnig
|
||||||
```c
|
```c
|
||||||
SqlSugarClient db = new SqlSugarClient(new SystemTableConfig()
|
SqlSugarClient db = new SqlSugarClient(new SystemTableConfig()
|
||||||
{ ConnectionString = Config.ConnectionString, DbType =DbType.SqlServer, IsAutoCloseConnection = true });
|
{ ConnectionString = Config.ConnectionString, DbType =DbType.SqlServer, IsAutoCloseConnection = true });
|
||||||
|
Loading…
Reference in New Issue
Block a user