Entity.Save is what I need.
No concern about whether field values have changed or if the entity is in sync. I want to save the entity to persistent storage. The entity I want to save has not changed, but the persistent storage may have, the entity is the correct state to be saved and in essence it needs to update persistent storage to have the correct state.
How can this be accomplished?
Thank you!