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
Post a Comment