Page 1 of 1
Optimistic Locking
Posted: Mon 26 Oct 2009 15:06
by paul.-b
is there an Optimistic Locking for Entity Framework?
Posted: Tue 27 Oct 2009 15:56
by AndreyR
The concurrency in Entity Framework is handled on the property level using the Concurrency Mode porperty. This is described here in MSDN:
http://msdn.microsoft.com/en-us/library/bb399207.aspx
Some more information is available here:
http://www.zimbio.com/ASP.Net/articles/ ... servations
Posted: Fri 15 Jan 2010 14:20
by damon.cognito
This is very useful. However, I have 1000's of fields and most (if not all) need to have this setting. Could you add an option to the Entity Developer to set the ConcurrenyMode to 'Fixed' by default please?
Posted: Fri 15 Jan 2010 14:51
by AndreyR
We plan to implement a tool which will allow massive actions on model properties.