Mixing .WithPaths

Posts   
 
    
mihies avatar
mihies
User
Posts: 800
Joined: 29-Jan-2006
# Posted on: 11-Mar-2009 10:50:00   

Hi guys,

Is it possible to mix prefetch lambdas and paths? Looks like the last .WithPath statement wins and previous statement isn't considered at all.

from g in meta.Something .WithPath(lamba path) // <-- ignored .WithPath(PathEdge) // <-- this wins

Miha

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39859
Joined: 17-Aug-2003
# Posted on: 11-Mar-2009 16:37:47   

No that's not possible: it would result in 2 paths being added to the same parent as THE path, which isn't correct.

Frans Bouma | Lead developer LLBLGen Pro