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.
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.