Prefetch Path

Posts   
 
    
Posts: 27
Joined: 23-May-2006
# Posted on: 20-Jun-2006 13:19:52   

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.

Posts: 27
Joined: 23-May-2006
# Posted on: 20-Jun-2006 13:41:34   

Ahh, sorry. Found it. What I was looking for is the SubPath on the PrefetchElement.