mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 13:34:32 +08:00
Update README.md
This commit is contained in:
parent
e9c75d1e5f
commit
c81397d413
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user