mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Update README.md
This commit is contained in:
parent
fb52134392
commit
b93205792a
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user