Just map sproc's to select/update/delete. Noam writes in
his blog:
At this time, the Entity Framework requires you to map all three stored procedures. You cannot map only the delete stored procedure. In addition, the entity type must still be mapped to a table, view, or query view.
ricka6
All-Star
15070 Points
2272 Posts
Microsoft
Moderator
Re: How to use Select Stored Procedures with Dynamic Data
Mar 07, 2009 11:08 PM|LINK
Just map sproc's to select/update/delete. Noam writes in his blog:
At this time, the Entity Framework requires you to map all three stored procedures. You cannot map only the delete stored procedure. In addition, the entity type must still be mapped to a table, view, or query view.
You can also map sProcs in L2S