Page 1 of 1
Enumeration support?
Posted: Sun 10 Jul 2011 13:59
by detaybey
I've checked the tutorials and documentation and could not find a way to map enumeration values with entities. I always find myself casting enums to short/int which is kinda inconvenient.
Any help is appreciated.
Posted: Mon 11 Jul 2011 12:50
by AndreyR
We have already considered the situation with Enumeration support in Entity Framework
here in our blog.
There was an Enumeration support added in the Entity Framework 4.2 June 2011 CTP, but it supports only Enums of integer type, while in PostgreSQL Enums are of literal type.
Could you please specify what Enum type are you interested in?