I followed the directions as detailed in this answer, and my enumeration was saved and can be utilized throughout the app. But in the case that I wanted to add additional options or change the names of existing options, how do I that?
I know I can do so by editing the EDMX file by hand in a text editor. I'd rather do it within Visual Studio in a fashion similar to how I generated the enumeration to begin with if it's possible.