本文介绍了使用EF代码优先 - 标准方法种子DB,然后使用?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有没有使用枚举在EF代码优先的标准方法?似乎有一些使用枚举类的例子。然而,我想要能够定义枚举,并且枚举值也被种子使用数据库初始化器进入数据库。在定义枚举并创建包装器时似乎没有太多的意义,如果我必须从枚举中手动种植数据库表。
解决方案
现在支持:
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
这篇关于使用EF代码优先 - 标准方法种子DB,然后使用?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!