Update README.md

This commit is contained in:
sunkaixuan 2017-05-23 07:55:55 +08:00 committed by GitHub
parent e9c75d1e5f
commit c81397d413

View File

@ -190,7 +190,7 @@ var t4 = db.Deleteable<Student>().In(new int[] { 1, 2 }).ExecuteCommand();
//by expression
var t5 = db.Deleteable<Student>().Where(it => it.Id == 1).ExecuteCommand();
```
## 3. Update
## 4. Update
```c
var db = GetInstance();