Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
最新的实体框架是否最终能够延迟加载属性(例如 byte[] )而不进行表拆分黑客攻击?
不,它不能在没有表拆分的情况下延迟加载列。如您所见,该建议甚至尚未切换到计划或审查状态。表拆分解决方法解决了这个问题。
EF 现在是开源的,因此您可以自己添加该功能。