ConflictMode Enumeration
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Specifies when concurrency conflicts should be reported.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
| Member name | Description | |
|---|---|---|
| FailOnFirstConflict | Specifies that attempts to update the database should stop immediately when the first concurrency conflict error is detected. | |
| ContinueOnConflict | Specifies that all updates to the database should be tried, and that concurrency conflicts should be accumulated and returned at the end of the process. |
Show: