This topic has not yet been rated - Rate this topic

ConflictMode Enumeration

Specifies when concurrency conflicts should be reported.

Namespace:  System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)
public enum ConflictMode
Member name Description
Supported by Silverlight for Windows Phone FailOnFirstConflict Specifies that attempts to update the database should stop immediately when the first concurrency conflict error is detected.
Supported by Silverlight for Windows Phone 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.

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ