Update README.md

This commit is contained in:
sunkaixuan
2019-04-29 20:34:20 +08:00
committed by GitHub
parent cbc2b1d166
commit ecf02e3e49

View File

@@ -67,6 +67,7 @@ public class Student
}
```
## 1. SqlSugarClient.Queryable
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)
## 2. SqlSugarClient.Updateable
We use it to Update
```cs