Quite obviously, each CUD operation can potentially end up with an error. The reasons of such errors may be different - from constraint violations caused by improper data being send to the server to the optimistic concurrency conflicts originating from data becoming stale. This topic provides the information concerning the most common cases of update errors and the methods LinqConnect provides for processing them.
Desribes how LinqConnect processes general server errors.
Describes how LinqConnect processes concurrency conflicts.
Describes how to process errors during the SubmitChanges method execution.