How to lock a record with LINQ
LINQ
3
Posts
2
Posters
4
Views
1
Watching
-
Hello How can I select a record for update? I want to select a record form my SQL database, but while I ma working with this record I want to prevent any other user of updating this record. How can I achieve this with LINQ? Thanks
-
Read up on pessimistic concurrency[^] with LINQ.
Paul Marfleet "No, his mind is not for rent To any God or government" Tom Sawyer - Rush