ConflictMode Enumeration

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Specifies when concurrency conflicts should be reported.

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

Syntax

'Declaration
Public Enumeration ConflictMode
public enum ConflictMode

Members

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.

Version Information

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1

Platforms

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

See Also

Reference