My suggestion is to return the number of rows deleted in methods DeleteMultiple, DeleteMultipleAsync, DeleteAll and DeleteAllAsync.
This is a very good and common practice, it helps for logging affected (deleted) rows and other purposes without the need for additional requests.
My suggestion is to return the number of rows deleted in methods DeleteMultiple, DeleteMultipleAsync, DeleteAll and DeleteAllAsync. This is a very good and common practice, it helps for logging affected (deleted) rows and other purposes without the need for additional requests.