I would add, that i tried with expand for eager loading... doesn't work.
today I tried a more weird solution: (from A a in session.Linq<A>() where a.b==a.b select a.b).toList<B> (); and this work. (or better, entities loaded: all A's and linked B's. but it's work) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" 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/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
