mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-02 03:13:58 +08:00
Update README.md
This commit is contained in:
@@ -68,6 +68,7 @@ public class Student
|
|||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## 1. SqlSugarClient.Queryable
|
## 1. SqlSugarClient.Queryable
|
||||||
We use it to query
|
We use it to query
|
||||||
|
|
||||||
@@ -108,6 +109,7 @@ JoinType.Left,st.SchoolId==sc.Id
|
|||||||
[<font color=red>View more >> </font>](https://github.com/sunkaixuan/SqlSugar/wiki/1.Queryable)
|
[<font color=red>View more >> </font>](https://github.com/sunkaixuan/SqlSugar/wiki/1.Queryable)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## 2. SqlSugarClient.Updateable
|
## 2. SqlSugarClient.Updateable
|
||||||
We use it to Update
|
We use it to Update
|
||||||
```cs
|
```cs
|
||||||
|
|||||||
Reference in New Issue
Block a user