Yet another Enum solution

Discussion of open issues, suggestions and bugs regarding Entity Developer - ORM modeling and code generation tool
Post Reply
haiduc32
Posts: 5
Joined: Mon 27 Jun 2011 09:44

Yet another Enum solution

Post by haiduc32 » Mon 22 Aug 2011 06:17

Hi,
just wanted to share the solution I use for supporting enums, both numeric and with string value, and also supporting mapping to boolean for oracle when it is stored as "Y" and "N":
http://www.blog.cyberkinetx.com/2011/08 ... xtensions/

have fun!

StanislavK
Devart Team
Posts: 1710
Joined: Thu 03 Dec 2009 10:48

Post by StanislavK » Wed 24 Aug 2011 16:09

Thank you for sharing your knowledge.

JIC: we plan to support Entity Framework June CTP in one of the nearest builds of Entity Developer. In particular, this will include the proper support for enums.

reggie
Posts: 11
Joined: Wed 06 Jul 2011 18:16

Post by reggie » Wed 24 Aug 2011 20:50

StanislavK wrote:Thank you for sharing your knowledge.

JIC: we plan to support Entity Framework June CTP in one of the nearest builds of Entity Developer. In particular, this will include the proper support for enums.
So if I buy today, do I qualifiy for a free upgrade to this new version?

StanislavK
Devart Team
Posts: 1710
Joined: Thu 03 Dec 2009 10:48

Post by StanislavK » Thu 25 Aug 2011 11:30

Yes. Purchasing Entity Developer provides you a one year subscription, which allows downloading the new builds released in this period.

Post Reply