Why is ADO.NET throwng a DBConccurencyException, when I try to update a row that is already deleted by another process, instead of just ignoring the deleted row?
Is there any available option in ADO.NET to ignore this fact?
I am using SQLCommandBuilder with ConflictOption set to ConflictOption.OverwriteChanges.