I have an table A which is a link table with two foreign keys linked to the same table B. Now i've got an entity from table B and want to access ist M:N-linked 'table-B-entities'-collection. This should be possible with a GetMulti...viaTableA()-Method, I think. (self servicing, C#)
LLBLGen doesn't create this M:N relation by itself. I found out that i can model this relation be adding table B for a second time in the designer. Is this the only possibility to do this? It seems to me, that my idea is just a dirty workaround. For example, as a result, there are two M:N collections - dirty
Thanks again for hints!
(Edited to avoid confusion for others reading this, the next few posts refer to former mistakes in the explanation)