You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We introduced ExecuteUpdate/Delete at the relational layer. However, there are non-relational database which support filter-based updating, specifically MongoDB (DeleteMany, UpdateMany), and possibly others.