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
Silverlight
Specifies when concurrency conflicts should be reported.
Namespace: System.Data.Linq
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. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
Show:
