Hi,
Is it correct that a prefetch path is never more than one level deep? So all I can prefetch for an entity are its direct related entites. I try to define a path from say Order-OrderItem-Product. I get an error on the last prefetch item that is is not meant for the root Order, on which the PrefetchPath2 instance is created...
Thanx,
Marc
PS: I'm working with the latest LLBLGen version for .NET 2.0 and a SQL-server database.