mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 04:35:29 +08:00
Update README.md
This commit is contained in:
parent
340a87b02a
commit
fb52134392
@ -1,12 +1,13 @@
|
||||
### SqlSugar 4.X
|
||||
# SqlSugar 4.X
|
||||
|
||||
## Query
|
||||
|
||||
##Query Create Connection
|
||||
### Create Connection
|
||||
```c
|
||||
SqlSugarClient db = new SqlSugarClient(new SystemTableConfig()
|
||||
{ ConnectionString = Config.ConnectionString, DbType =DbType.SqlServer, IsAutoCloseConnection = true });
|
||||
```
|
||||
|
||||
## Introduction
|
||||
### Introduction
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user