Asp.net – Unable to delete Employee Record Using LINQ
I am trying to delete a Record from Employee table based on EmpId which is the primary key (EmpId is also a foreign key for table Salary) using LINQ in asp.net web Api. But I am getting an error which…