I’m having fun with EF and have come unstuck.
Originally I used the following bit of code using standard linq that essentially enters some data into a table.
Try the following code:
manPref.tblManagePreference.Add(prefMemberID); manPref.tblManagePreference.Add(prefLocationID); manPref.SaveChanges();