Optimistic concurrency in LINQ to SQL involves comparing a record's _______ value before updating it.

  • current
  • initial
  • original
  • previous
In LINQ to SQL, optimistic concurrency involves comparing a record's original values with the values in the database before performing an update operation. This helps prevent conflicts when multiple users are updating the same record simultaneously.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *