ConflictMode Enumeration
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.