Click here to Skip to main content
15,885,244 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I need to use Stored Procedures in MVC 3 using Entity Framework 5 with ADO.Net Entity Model and I am using Web forms(ASPX) engine.
Posted
Updated 13-Aug-14 12:36pm
v2
Comments
Kornfeld Eliyahu Peter 13-Aug-14 18:20pm    
And? What the problem - you already have all of them in a nice salad...
But seriously - what IS your question?
Sergey Alexandrovich Kryukov 13-Aug-14 18:36pm    
Sorry, not a question.
—SA
Jameel VM 14-Aug-14 1:53am    
go through this link
http://www.codeproject.com/Articles/522611/Entity-Framework-CRUD-Operations-Using-Stored-Proc

Well, Open Up the .edmx and right click on the the design and select update model from database and in the add tab select the storedprocedure you wanna add and click add, Then build your project once more. Now your can use by creating the Entity object.



Hope this will help you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900