Oleg
Oleg
Are you going to support enumerated types in oData v4.0? I have faced the same problem using jayData v1.4.0 alfa.
Yes, I did. Yes, response looked for enum exactly as you say. But, what about filtering over 'State' property? In case when we difine enum property as string then it...
I tried to define enum by hand using followning code: my enum was: ``` namespace DAO.Model { public enum EnumType { Type1, Type2 } } ``` The simplest definition for...
Malyngo, It seems to me too that there is none simple solution for full enum support. But, are you going in the nearest future start to support enum type?