Update README.md

This commit is contained in:
sunkaixuan 2017-05-23 07:57:49 +08:00 committed by GitHub
parent c81397d413
commit 4420883966

View File

@ -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 });