Hi
I am trying to use criteria queria to get a selection of Enum data.
For example
Select a.Name a.value a.enum1 from Customer a
But a.enum1 is an object and not a
string and that I think is a problem.
How do I retreive the enum as a string. The result is a Tuple.