The old linq provider had an Expand method that allowed you to specify eager loading, but I can't find the equivalent on the new provider. I have been able to compensate for this in some cases by specifying a join in the linq expression, but this won't work in all cases, such as when you want a collection eagerly loaded. Can someone clarify what the current state of affairs is regarding load options for the new provider and what the plans are?
Thanks! Paul Batum -- 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.
