I am using Adapter with LLBLGen v2.6.
Is it possible to create a dynamic prefetch path based on a unique constraint?
I have an orders table with a client code field. The client code is not the client table's PK but it it does have a unique constraint. I have added a relationship to the database but it isn't picked up in the designer (I think the designer only works with relationships based on PKs).
Due to it not being picked in the designer, I can't use it as a prefetch path. I know you can dynamically create a relationship but can you use it to create a dynamic prefetch path?