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.
我首先使用了 EF 代码和模型优先方法。就我而言,模型优先方法总体上更适合我的使用。我首先从代码中错过的唯一一件事是它会自动生成映射,然后使用这些映射来创建数据库。他们有什么方法可以让我首先让模型做同样的事情,即在实例化数据库时自动创建映射。
EDMX 设计人员应该已经处理了这个问题。当您第一次从模型生成数据库时,EF 将为您创建适当的映射。