Showing related tags and posts accross the entire site.
-
I have a web service delivering to a WinForms application. I have setup tables for Enumerations. When they are generated it lists out the items in the primary key sequence BUT does not set the value of the individual enumeration item to the primary key value. Therefore, when this enumeration list is...
-
I'm trying to use the generated enums and am running into trouble. Thinking that I'm not understanding how they are intended to be used. int cheese; cheese = CustomerTypeList.Gold; Getting this error: Cannot implicitly convert type 'Cheese.Entities.CustomerTypeList' to 'int'. An explicit conversion exists...
-
I do believe there are some dependancies in the reason we did it this way. But we'll dig through the code and make sure.