Multiple ResultSet in EntityFramework
I am using Entity Framework 4 for one of my projects. I am looking for the solution to reduce the da开发者_如何学Ctabase calls by returning multiple resultset. How can i achieve this using Entity Framework.
Thanks
You can try using Stored Procedures with EF Extensions.
This post deals with EF Extensions, it contains Multiple Result Sets section as well.
精彩评论