Quantcast
Channel: ADO.NET, Entity Framework, LINQ to SQL, NHibernate
Viewing all articles
Browse latest Browse all 1698

reduce (or eliminiate) possibliity of 2+ users updating same record at the same time

$
0
0

Does ADO.NET E-F prevent two users from updating the same record in a table at the same time (ie. saving the record at the same time, thus clobbering eachother's changes)?

If not, how can I reduce this or eliminate this possibility with E-F?


Viewing all articles
Browse latest Browse all 1698

Trending Articles