I\'m trying to update an existing entity.
I have the following code:
public MamConfiguration_V1 Save(MamConfiguration_V1 item) { mMaMDBEntities.M
This might be an old post but the following worked for me
set the SaveOptions option to SaveOptions.DetectChangesBeforeSave
SaveOptions option
SaveOptions.DetectChangesBeforeSave