Update README.md

This commit is contained in:
sunkaixuan 2017-05-23 08:06:19 +08:00 committed by GitHub
parent 71428315c0
commit 6ee5748e92

View File

@ -5,7 +5,7 @@
## 1. Query
### 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
SqlSugarClient db = new SqlSugarClient(new SystemTableConfig()
{ ConnectionString = Config.ConnectionString, DbType =DbType.SqlServer, IsAutoCloseConnection = true });