Multiple Result Sets from database in Entity Framework
Stored Procedures with Multiple Result Sets Sometimes when using stored procedures you will need to return more than one result set. This scenario is commonly used to reduce the number of database round trips required to compose a single screen. Prior to EF5, Entity Framework would allow the stored procedure to be called but would only… Read More »