Whats the status on this? Can anyone shed some light on why it's happening cus the solution here is not working for me.
On 12 nov, 10:13, Roberto <[email protected]> wrote: > 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 selecta.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.
