mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-01 19:03:58 +08:00
Update README.md
This commit is contained in:
14
README.md
14
README.md
@@ -18,6 +18,14 @@ Install-Package sqlSugar
|
|||||||
```ps1
|
```ps1
|
||||||
Install-Package sqlSugarCore
|
Install-Package sqlSugarCore
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## SqlSugar's 16 Functions
|
||||||
|
There are 16 methods under SqlSugarClient
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Create SqlSugarClient
|
## Create SqlSugarClient
|
||||||
All operations are based on SqlSugarClient
|
All operations are based on SqlSugarClient
|
||||||
```cs
|
```cs
|
||||||
@@ -59,12 +67,6 @@ public class Student
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## SqlSugar's 16 Functions
|
|
||||||
There are 16 methods under SqlSugarClient
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## 1. SqlSugarClient.Queryable
|
## 1. SqlSugarClient.Queryable
|
||||||
We use it to query
|
We use it to query
|
||||||
|
|||||||
Reference in New Issue
Block a user