Handling Multiple result sets in EF
-
I have a stored procedure that returns two result sets. How can we handle this in EF and calling this in C#? I know that this will be handled easily starting from .Net Framework 4.5. But I am using .Net Framework and EF version 4.0. Please provide any suggestions.
-
I have a stored procedure that returns two result sets. How can we handle this in EF and calling this in C#? I know that this will be handled easily starting from .Net Framework 4.5. But I am using .Net Framework and EF version 4.0. Please provide any suggestions.
Try this: http://msdn.microsoft.com/en-us/data/jj691402.aspx[^] From: https://www.google.com/search?q=ef+4.0+multiple+result+sets[^]
djj55: Nice but may have a permission problem Pete O'Hanlon: He has my permission to run it.