SqlSugar源码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
252 B

8 years ago
### SqlSugar 4.X
8 years ago
8 years ago
##Query Create Connection
8 years ago
```c
8 years ago
SqlSugarClient db = new SqlSugarClient(new SystemTableConfig()
{ ConnectionString = Config.ConnectionString, DbType =DbType.SqlServer, IsAutoCloseConnection = true });
8 years ago
```
8 years ago
## Introduction
8 years ago