msawczyn / EFDesigner2022

Entity Framework visual design surface and code-first code generation for EF6, Core and beyond
MIT License
119 stars 21 forks source link

ForenKey #49

Closed Daniel-Gabriel-RJ closed 1 year ago

Daniel-Gabriel-RJ commented 1 year ago

How i set the ForeignKey name on Association , when i put the navigation name , they put my key name on the end , my forenkey have another name format

Example : .HasForeignKey("EmpresaCodigo"); must be Cod_empresa

image

msawczyn commented 1 year ago

It's a property of the association image