FransBouma / LinqToSQL2

Official Linq to SQL fork. A complete ORM which is backwards compatible with Linq to SQL but with new features.
Other
57 stars 22 forks source link

Add proper eager loading to surpass limited LoadWith() support #10

Open FransBouma opened 9 years ago

FransBouma commented 9 years ago

Add proper prefetch path/ eager loading functionality to surpass the limited LoadWith() functionality currently in linq to sql as LoadWith only loads 1 level deep and falls back to lazy loading for further levels.

Borrow API from LLBLGen Pro Linq provider's WithPath system, like this one: https://github.com/SolutionsDesign/LLBLGen.Linq.Prefetch