linq to sql - How to lock a SQL record with LinqToSql? -


i'm using linqtosql datacontext , want lock record being opened in write mode. meaning while 1 user in hong kong has record open in write mode, user in france can't open record in write mode. how?

linqtosql supports optimistic concurrency, not pessimistic concurrency.


Comments

Popular posts from this blog

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

apache - Add omitted ? to URLs -

php - How can I stop spam on my custom forum/blog? -