MySQL C# – How to retrieve enum type from MySQL
I have an enum called ProfileType and in MySQL it is stored as an enum like this: The problem is that once I try to login it crashes giving me a "specified cast is not valid" which happens when instatiating…