Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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 nameDescription
Supported by Silverlight for Windows PhoneFailOnFirstConflictSpecifies that attempts to update the database should stop immediately when the first concurrency conflict error is detected.
Supported by Silverlight for Windows PhoneContinueOnConflictSpecifies 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.

Community Additions

Show:
© 2017 Microsoft