JimHugh wrote:
Please look at the "Multi-entity filters" section in "Generated code - Advanced filter usage" in the dcumentation.
Please let us know if that doesn't answer your question.
Thanks for the pointer. This section did lead to a solution:
I had explored that a little but gave up. The generated code for the entities did not have any defined relationships, and the GetSubTypeRelation was returning null. Which makes sense because there is no FK relationship defined between them in the database. What I needed to do was use the LLBLGenPro designer and define specific relationships between these entities.
The rest of the solution was as stated in the help file section you kindly pointed out.
Thanks for your help!