Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我通过 Code First 创建了一个新数据库并启用了迁移以更新数据库,但数据库进行了一些修改,我想使用逆向工程方法更新我的模型。
我在网上搜索过,我应该右键单击项目并从实体框架下拉项中选择逆向工程选项。唯一的问题是,当我右键单击项目时,没有实体框架项。
为什么会这样?
您应该安装Entity Framework Power Tools扩展程序。该工具集的新功能列表如下:
Entity Framework Power Tools
命令摘要
如前所述:逆向工程师 Code First - 为现有数据库生成派生的 DbContext 类、POCO 类和 Code First 映射类。