Dear Team,
i am developing an application in MVC.net 4.5 framework, and i have created a database with stored procedures, now i am trying to add an edmx(ado.net entity model) and i have choosen both the tables and stored procedures. and their is one sp which retuens 5 tables(qualification, gender,blood group etc)
and the edmx file has to create a seperate class for each table in the model , but it is creating a class only for first tablequalification, though i called the sp from the method(linq calling type) it is returning one one table object. i am not able to get the rest table classes.
please help me to resolve the issue.
Thanks and regards
j krishna kshore
Jignesh TrivediPosted Jun 5, 2014, 1:49 AM
hi,
Please refer below link it might help you.
http://www.codeproject.com/Articles/675933/Returning-Multiple-Result-Sets-from-an-Entity-Fram
http://msdn.microsoft.com/en-in/data/jj691402.aspx
Nimit JoshiPosted Jun 5, 2014, 1:07 AM
or, is there any type of error message?