I am currently generating some code from an edmx file with a t4 template by going through all of the properties. By default the edmx file has navigation properties that are nam
Just noticed this question on my right hand bar - I have just posted an answer to what is actually the same question (despite the title) here:
What T4 file is used to generate an EDMX from database via “Update Model From Database”?
Esssentially my solution is to prewash the EDMX using a T4 template to fix up these badly named navigation properties.
No it is not possible to change convention for naming navigation properties.
Thanks @Arkiliknam for comment. Someone else found a way to do that: Improve navigation property names when reverse engineering a database