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

apache - Add omitted ? to URLs -

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

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