ConflictMode Enumeration

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.

Namespace:  System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
FailOnFirstConflictSpecifies that attempts to update the database should stop immediately when the first concurrency conflict error is detected.
ContinueOnConflictSpecifies that all updates to the database should be tried, and that concurrency conflicts should be accumulated and returned at the end of the process.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft