I have the following prefetchpaths:
IPrefetchPath2 prefetchpath = new PrefetchPath2(EntityType.BreakfastProgramParticipantEntity);
prefetchpath.Add(BreakfastProgramParticipantEntity.PrefetchPathBreakfastProgram).SubPath.Add(BreakfastProgramEntity.PrefetchPathLookupCode); prefetchpath.Add(BreakfastProgramParticipantEntity.PrefetchPathBreakfastProgram).SubPath.Add(BreakfastProgramEntity.PrefetchPathLookupCode_);
If I don't include the second path it works but not when it's included, what is the correct way of adding the second subpath?
Cheers
John