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