Update README.md

This commit is contained in:
sunkaixuan
2019-01-20 16:52:20 +08:00
committed by GitHub
parent c9e334dcfa
commit b8ecd6679a

View File

@@ -401,6 +401,8 @@ var result = db.Ado.UseTran(() =>
var endCount = db.Queryable<Student>().Count();
throw new Exception("error haha");
})
//result.IsSucces
//result.XXX
```
## 7. Use Store Procedure
```cs