[Solved]How can i use enum feature in ORM Designer?

0 votes
asked Apr 24, 2013 in Solved by anonymous
edited Nov 18, 2013 by Martin Freki Stradej

I want to use enum in my table and i dont know how can i use it! In the Entity Definition there is a feature named "Enum" but how i can use it? please guide me...

1 Answer

0 votes
answered Apr 24, 2013 by ludek.vodicka Skipper developer (140,450 points)
selected Jul 30, 2014 by Martin Freki Stradej
 
Best answer

It depends on ORM framework you're using. If your ORM supports Enum values, ORM Designer exports "enum" value to your schema definition.

It's hard to guide you more without additional information. Before you start digging how to do something in ORM Designer, please check that your ORM supports such feature in ORM documentation.

...