gpt4 book ai didi

c# - Entity Framework 中是否存在 NHibernate.ToFuture() 扩展方法的模拟?

转载 作者:太空狗 更新时间:2023-10-29 17:56:36 25 4
gpt4 key购买 nike

所以问题在标题中。

NHibernate 用户可以做什么:

var q1 = Source.Companies.ToFuture();
var q2 = Source.Items.ToFuture();
var q3 = Source.Users.ToFuture();

var compoundModel = new CompoundModel(q1, q2, q3);
// All data obtained in single database roundtrip
// When the first to future statement is touched

如何在 EF 4 中模仿这种行为?

最佳答案

答案是否定的,因为 EF 无法处理多个结果集。

关于c# - Entity Framework 中是否存在 NHibernate.ToFuture() 扩展方法的模拟?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7297900/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com