How can I map a custom stored procedure in entity framework 6 code first approach?
Not with using predefined Insert, Update and Delete methods of entity framework.
Asked
Active
Viewed 500 times
0

Rachel
- 23
- 1
- 1
- 7
-
possible duplicate of [How to call Stored Procedure in Entity Framework 6 (Code-First)?](http://stackoverflow.com/questions/20901419/how-to-call-stored-procedure-in-entity-framework-6-code-first) – Gert Arnold Jan 27 '15 at 07:44
-
sorry but without using the MapToStoredProcedure(s=>s.Insert(),Update(),Delete()); cant it be mapped to the procedures. – Rachel Jan 27 '15 at 09:29