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

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

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