Is there a standard way to using Enums in EF code-first? There seems to be some examples making use of a wrapper class for the enum.
However, I would like to be able to define the enum and have the enum values also seeded into the database using the database initializer. There doesn’t seem to be much point in defining the enum and creating a wrapper, if I then have to seed the database table manually from the enum.
Now supported : http://blogs.msdn.com/b/adonet/archive/2011/06/30/announcing-the-microsoft-entity-framework-june-2011-ctp.aspx