最佳答案
我正在使用实体框架4和模型优先方法。
我启动了这个项目,设计了实体并生成了数据库,一切都运行良好。
然后我需要返回并向模型中添加另一个实体。然而,当我将一个实体拖动到 EDMX 时,我得到了这个错误:
Alright! I just need to map Entity1 to a table.. But hey! I'm using Model First approach, I expect it to create the table for me when I generate the DDL.
我如何处理这个错误?