I am really diving into the objects created by the Object Mapper and am finding some things I don't like. In the previous version of the IdeaBlade object mapper if I had a column, tied to a foreign key, name AccountDebitTypeId the business object column was named AccountDebitTypeId. In the new Object Mapper the AccountDebitTypeId column ends up as AccountDebitType_fk_TypeId.
The foreign key is from LoanTerm.AccountDebitTypeId to AccountDebitType.TypeId. I see where it is getting the naming convention from but this is going to break so much existing code I can't believe I will ever get my application running again. I have over 500 Db tables with relations out the you know what.
Can I control this behavior?