Mapping enum Ignorecase #507
Unanswered
robertotmn
asked this question in
Q&A
Replies: 1 comment
-
Use a custom type:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm searching for a way to Map enum with Ignorecase.
Here my case:
In my db the value is "test" so LowerCase, but my Enum is CamelCase "Test".
I get this error:
NHibernate.HibernateException : Can't Parse test as QueueEnum
Beta Was this translation helpful? Give feedback.
All reactions