且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在我的数据模型中实现延迟加载

更新时间:2023-10-31 08:39:34

或从另一种材料中学习 -



https://www.c-sharpcorner.com/article/lazy -loading-and-eager-loading-in-linq-to-sql / [ ^ ]

第8部分LINQ to SQL中的延迟加载 - *** [ ^ ]

LINQ to SQL:Lazy and Eager Loading Hiccups [ ^ ]

Linq to SQL Deferred Loading - Lazy Load | Guy Burstein的博客 [ ^ ]

使用LINQ to SQL通过示例进行延迟加载 - Obi OberoiObi Oberoi [ ^ ]



我相信最后一个链接可以解决你的问题。





KR
Or learn from another material-

https://www.c-sharpcorner.com/article/lazy-loading-and-eager-loading-in-linq-to-sql/[^]
Part 8 Lazy loading in LINQ to SQL - ***[^]
LINQ to SQL: Lazy and Eager Loading Hiccups[^]
Linq to SQL Deferred Loading – Lazy Load | Guy Burstein's Blog[^]
Lazy Loading by Example using LINQ to SQL - Obi OberoiObi Oberoi[^]

I believe that very last link might solve your problem.


KR