Enum in Entity

Posts   
 
    
firestar
User
Posts: 10
Joined: 22-Aug-2006
# Posted on: 28-Dec-2008 20:04:23   

How would I go and use an Enum in an entity, i would like to bind this to a group, im storing 1 or 2 in my database but would like to make this directly transparant in the entity.

Best Regards, Martin.

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 29-Dec-2008 03:05:33   

This is possible with TypeConverters. See this: http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=7355 For more info on typeconverters please read the SDK documentation.

David Elizondo | LLBLGen Support Team