mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 18:22:23 +08:00
Update README.md
This commit is contained in:
@@ -190,7 +190,7 @@ var t4 = db.Deleteable<Student>().In(new int[] { 1, 2 }).ExecuteCommand();
|
|||||||
//by expression
|
//by expression
|
||||||
var t5 = db.Deleteable<Student>().Where(it => it.Id == 1).ExecuteCommand();
|
var t5 = db.Deleteable<Student>().Where(it => it.Id == 1).ExecuteCommand();
|
||||||
```
|
```
|
||||||
## 3. Update
|
## 4. Update
|
||||||
|
|
||||||
```c
|
```c
|
||||||
var db = GetInstance();
|
var db = GetInstance();
|
||||||
|
Reference in New Issue
Block a user