Update README.md

This commit is contained in:
sunkaixuan 2017-05-23 07:41:22 +08:00 committed by GitHub
parent fb52134392
commit b93205792a

View File

@ -1,13 +1,13 @@
# SqlSugar 4.X
## Query
## 1. Query
### Create Connection
### 1.1 Create Connection
```c
SqlSugarClient db = new SqlSugarClient(new SystemTableConfig()
{ ConnectionString = Config.ConnectionString, DbType =DbType.SqlServer, IsAutoCloseConnection = true });
```
### Introduction
### 1.2 Introduction