Lazy loading finally work, but we should take in account Eager loading. This would mean to postprocess BuilderContext to add what is needed to the original query (when, and only when the return type of the query contains entities for which any loadoption are registered AND the DataContext.DeferredLoadingEnabled == false)
Than, reading the data from the database would require to handle the added data. How would you plan this refactoring? 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 -~----------~----~----~----~------~----~------~--~---
