Could anyone point me at the template that decides what constitutes a relationship table?
.netTiers works as expected if my relationship tables do not contain their own auto generated primary key.
However, we have the case where we are linking association tables to association tables, and thus using a surrogate guid pk in all tables, including our relationship tables.
This appears to make netTiers think our association tables are first class entity tables, and the indirect mappings are not being generated on the first class entity objects, just the properties to get all the corresponding association table rows.
Thanks in advance!
Derrick