How can you handle concurrency at field level in LINQ to SQL?
Answer Posted / Sumit Varshney
To handle concurrency at the field level in LINQ to SQL, you can use the `ConcurrencyMode` attribute on the property that you want to track changes. You can set it to one of three values: `Fixed`, `Database`, or `None`. The most common choice is `Database`, which uses a database-generated column as the concurrency token.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category