How to: Manage Change Conflicts (LINQ to SQL)
LINQ to SQL provides a collection of APIs to help you discover, evaluate, and resolve concurrency conflicts.
In This Section
How to: Detect and Resolve Conflicting Submissions (LINQ to SQL)
Describes how to detect and resolve concurrency conflicts.How to: Specify When Concurrency Exceptions are Thrown (LINQ to SQL)
Describes how to specify when you should be informed of concurrency conflicts.How to: Specify Which Members are Tested for Concurrency Conflicts (LINQ to SQL)
Describes how to attribute members to specify whether they are checked for concurrency conflicts.How to: Retrieve Entity Conflict Information (LINQ to SQL)
Describes how to gather information about entity conflicts.How to: Retrieve Member Conflict Information (LINQ to SQL)
Describes how to gather information about member conflicts.How to: Resolve Concurrency Conflicts by Retaining Database Values (LINQ to SQL)
Describes how to overwrite current values with database values.How to: Resolve Concurrency Conflicts by Overwriting Database Values (LINQ to SQL)
Describes how to keep current values by overwriting database values.How to: Resolve Concurrency Conflicts by Merging with Database Values (LINQ to SQL)
Describes how to resolve a conflict by merging database and current values.
Related Sections
- Optimistic Concurrency Overview (LINQ to SQL)
Explains the terms that apply to optimistic concurrency in LINQ to SQL.