Click here to Skip to main content
15,894,896 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more: , +
Actually I have several stored procedures that returns multiple result sets using more than one select statements and I need to use Entity Framework to access those stored Procedures. Please guide me how would it possible.
Posted
Comments
Maciej Los 12-Mar-14 15:33pm    
This is not well-formulated question! Please, be more specific and provide more details about your issue. Where are you stuck? What have you done till now?

 
Share this answer
 
If you want to access the stored procedures then you have to use ADO.NET connections(trivial). You can better use LINQ else ADO.NET EntityModel
Happy Coding
Enjoy SD's
 
Share this answer
 
Comments
Maciej Los 12-Mar-14 15:38pm    
Please, read the question carefully. OP don't know how to write code first (definition of class, model) to get multiple result sets from SP. This answer isn't helpful at all.

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