You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When saving in the dabase, the value are stored as the indexed position of the enum value.
Is possible to store an enum property as string in the database?
I have a simple enum just like this:
When saving in the dabase, the value are stored as the indexed position of the enum value.
Is possible to store an enum property as string in the database?