Update README.md

This commit is contained in:
sunkaixuan 2017-05-23 07:40:55 +08:00 committed by GitHub
parent 340a87b02a
commit fb52134392

View File

@ -1,12 +1,13 @@
### SqlSugar 4.X # SqlSugar 4.X
## Query
##Query Create Connection ### Create Connection
```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 });
``` ```
## Introduction ### Introduction