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?
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?