soft-delete
LINQ to SQL: filter nested objects with soft deletes
I\'m using soft deleting in my database (IsDeleted field). I\'m actively using LoadWith and AssociateWith methods to retrieve and filter nested records.[详细]
2022-12-31 10:32 分类:问答Are soft deletes a good idea? [duplicate]
This question already has answers here: Physical vs. logical (hard vs. soft) delete of database record? [closed][详细]
2022-12-25 00:05 分类:问答WPF: Soft deletes and binding?
I have custom objects which implement INotifyProperyChanged and now I\'m wondering if it is possible to implement soft delete which would play nicely with binding? Each object would have a IsDeleted p[详细]
2022-12-24 23:12 分类:问答Does Propel know when an object has been soft-deleted, so that child entities could still show their deleted parent?
I am soft-deleting objects in a MySQL database and using the Propel ORM. I have gotten soft-deleting to work, but at the cost of losing my enforced parent-child relationships, since the actual rows ar[详细]
2022-12-24 00:20 分类:问答