Hi,
This is a newbie question...
I want to use prefetch path similar to:
IPrefetchPath2 prefetchPath = new PrefetchPath2((int)EntityType.OrderEntity);
Now, my problem is that my code does not recognize EntityType - what class do I need to include to have that?
I am using LLBLGen Pro 2.6 Final - .NET 3.5
Agust