My Foreign Key Name in SQL is
FK_Employee_Departmemt_Source FK_Employee_Departmemt_Status
but when i add Employee and Department table in EDMX, Entity Framework automatically change their names to
Department Department1
I want it to be remain the same, Kindly help.
Thanks