Update README.md

This commit is contained in:
sunkaixuan 2017-05-23 09:43:36 +08:00 committed by GitHub
parent f6e0e26d60
commit ed68cfc62d

View File

@ -5,7 +5,7 @@
## 1. Query
### 1.1 Create Connection
If you have system table permissions, use SystemTableConfig,else use AttribuiteConfig
If you have system table permissions, use SystemTableConfig,else use AttributeConfig
```c
SqlSugarClient db = new SqlSugarClient(new SystemTableConfig()
{ ConnectionString = Config.ConnectionString, DbType =DbType.SqlServer, IsAutoCloseConnection = true });