Reputation: 14897
How do you verify that SubmitChanges() worked for inserts and updates? The method doesn't return a bool or int value.
Upvotes: 0
Views: 930
Reputation: 43077
If an insert fails it will throw a SqlException. I think it may do the same for failed updates.
Upvotes: 1