As far as I remember, it's neither eager or lazy.The linked entities are loaded after the requested one are processed, and this, recursively.
This is not eager because there are multiple requests to get all the work done. This is not lazy because when items are loaded all subsequent entities are also loaded. Pablo implemented this, but he's not very active on the list by these days :S On Mon, Apr 13, 2009 at 23:21, Giacomo Tesio <[email protected]> wrote: > Reading > http://groups.google.com/group/dblinq/browse_thread/thread/283191499b74199f > and > > http://groups.google.it/group/dblinq/browse_thread/thread/4a67b172b607b0f9/666ae4667594c828?hl=it&lnk=gst&q=lazy+load# > > I could not understand if DbLinq currently support lazy loading or not... > > Can you help me? > > > Giacomo > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DbLinq" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/dblinq?hl=en -~----------~----~----~----~------~----~------~--~---
