Update README.md

This commit is contained in:
sunkaixuan 2017-05-23 07:40:07 +08:00 committed by GitHub
parent 9106291070
commit 7868918742

View File

@ -3,7 +3,8 @@
##Query Create Connection ##Query Create Connection
```c ```c
SqlSugarClient db = new SqlSugarClient(new SystemTableConfig() { ConnectionString = Config.ConnectionString, DbType = DbType.SqlServer, IsAutoCloseConnection = true }); SqlSugarClient db = new SqlSugarClient(new SystemTableConfig()
{ ConnectionString = Config.ConnectionString, DbType =DbType.SqlServer, IsAutoCloseConnection = true });
``` ```
## Introduction ## Introduction