Is there a way to use UPDLOCK with LinQ To SQL? I have a scenario that needs it.
Thanks!
Is there a way to use UPDLOCK with LinQ To SQL? I have a scenario that needs it.
Thanks!
Linq2SQL currently doesn't support issuing an UPDLOCK
if you need to do this, you can wrap your own SQL in a SPROC and have L2S execute the SPROC instead