views:

34

answers:

0

Hi,

My UPDATE and DELETE logic are in stored procedures. I've built an entity framework model with mappings to these procedures.

In spUpdate I return the new timestamp column so the EF could detect concurrency conflicts. It works fine.

I have a problem with the spDelete because I don't see mappings for return values in the "delete function" row.

How to check concurrency in this example?