I am using Entity framework 3.5
I need to edit a database row, and I want to ensure that no other process edits this row once I start editing it.
How do I achieve this in Entity Framework 3.5?
I am looking to lock a specific row, not an entire table.
This can be achieved by implementing pessimistic concurrency.
Have a look at this tutorial to learn more about concurrency in EF. There are also some tutorials on the same website about how to implement different methods for handling concurrency.
Hope this helps!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With