We are using the 2.2 release of netTiers. We have a table that has a primary key and then two fields that are foreign keys to the same table. This causes an issue with the generated code in that it generates duplicate methods for the foreign keys since they are to the same table. Does anyone know if this has been fixed or how to work around this without having to hand-modify the generated code each time to remove the duplicate methods?
Can you please post you schema?
I created a test case here and looks like tha latest build of .netTiers solves this case.
Try the Beta version, it should work.
hth
Will Code For Food
I will give it a try and let you know. Thanks for the information.