开发者

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜