hi experts.. How to use store procedure with Entity Framework
-
How to use store procedure with Entity Framework using class.. and i want to pass that class object to Controller class ..pls help..if someone have any related tutorials please provide..
Is your copy of Google[^] not working? Calling Stored Procedures from Entity Framework -- Visual Studio Magazine[^]
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
Is your copy of Google[^] not working? Calling Stored Procedures from Entity Framework -- Visual Studio Magazine[^]
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
How to use store procedure with Entity Framework using class.. and i want to pass that class object to Controller class ..pls help..if someone have any related tutorials please provide..
What did you try?
-
Is your copy of Google[^] not working? Calling Stored Procedures from Entity Framework -- Visual Studio Magazine[^]
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
Well said!
-
Is your copy of Google[^] not working? Calling Stored Procedures from Entity Framework -- Visual Studio Magazine[^]
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
:thumbsup::thumbsup::thumbsup:
-
What did you try?
-
im trying to create a class and thrugh the context call im calling this procedure in to this class..and creating the instance of that class im calling all these methods on controller class..
This one might help you Stored Procedure in Entity Framework[^]