0

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.

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

0 Answers0