mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Update README.md
This commit is contained in:
@@ -401,6 +401,8 @@ var result = db.Ado.UseTran(() =>
|
|||||||
var endCount = db.Queryable<Student>().Count();
|
var endCount = db.Queryable<Student>().Count();
|
||||||
throw new Exception("error haha");
|
throw new Exception("error haha");
|
||||||
})
|
})
|
||||||
|
//result.IsSucces
|
||||||
|
//result.XXX
|
||||||
```
|
```
|
||||||
## 7. Use Store Procedure
|
## 7. Use Store Procedure
|
||||||
```cs
|
```cs
|
||||||
|
Reference in New Issue
Block a user