get Multiple result sets returned from Stored procedures in EF
Hello,
I am having a SP which returns multiple result sets
When I am importing it into EF then it gives only first result set and ignores others.
Please tell me how we can get multiple result sets in EF which are returned from SPs
I am using VS 2010.
Thanks
|