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

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

jQuery clickable div with working mailto link inside -