mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 13:34:32 +08:00
Update README.md
This commit is contained in:
parent
fb52134392
commit
b93205792a
@ -1,13 +1,13 @@
|
|||||||
# SqlSugar 4.X
|
# SqlSugar 4.X
|
||||||
|
|
||||||
## Query
|
## 1. Query
|
||||||
|
|
||||||
### Create Connection
|
### 1.1 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
|
### 1.2 Introduction
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user