mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Update README.md
This commit is contained in:
@@ -5,7 +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
|
If you have system table permissions, use SystemTableConfig,else use AttribuiteConfig
|
||||||
```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 });
|
||||||
|
Reference in New Issue
Block a user