Moving from ef 6 to ef core (Navigation properties)

52 Views Asked by At

Fist of all sorry for my English ) I has an application which uses odata service. This data service is with ef 6 and edmx model. And I want to create another data service by ef core. In current data service some models have navigation properties which was renamed. And now application has naviganion properties (for ef 6 from edmx) but in ef core data service its have another names. Is there any method to rename navigation properties in ef core data service based on edmx model?

0

There are 0 best solutions below