I\'m using soft deleting in my database (IsDeleted field). I\'m actively using LoadWith and AssociateWith methods to retrieve and filter nested records.
This question already has answers here: Physical vs. logical (hard vs. soft) delete of database record? [closed]
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
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