var t5 = db.Deleteable<Student>().Where(it => it.Id == 1).ExecuteCommand();
```
## 3. Update
## 4. Update
```c
var db = GetInstance();
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.