Database First - Associations Logic

Discussion of open issues, suggestions and bugs regarding Entity Developer - ORM modeling and code generation tool
Post Reply
lixaotec
Posts: 6
Joined: Fri 07 Jun 2019 20:07

Database First - Associations Logic

Post by lixaotec » Mon 10 Jun 2019 13:00

Dear,

How can I change the way ED does the Association generation of Model from Database?

I wish to get naming conventions changed and also the tell the direction of navigation from Foreign Key data.

Is it possible somehow to extend this behavior?

thanks

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Database First - Associations Logic

Post by Shalex » Wed 12 Jun 2019 18:31

lixaotec wrote: Mon 10 Jun 2019 13:00I wish to get naming conventions changed
There is the "Add constraint details to navigation properties" option in Model Settings > Synchronization > Model Naming.
lixaotec wrote: Mon 10 Jun 2019 13:00also the tell the direction of navigation from Foreign Key data.
The direction of one-to-many association is always PK -> FK. How do you want to change this direction?

Post Reply