I am trying to update a record and I get this error message after the context.SaveChanges();
context.SaveChanges();
The property \'name\' is part of the object\
Probably name is a part or full Primary Key for your EAT_SourceNames entity. You cannot modify object's PK, is it EF's limitation (see this thread).
name
EAT_SourceNames