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 代码创建或配置表上的特定索引,但真的找不到任何东西。映射流利的 Api 似乎没有公开任何方法来做到这一点。我错过了什么?
您可以将索引创建添加到链接答案中提到的自定义数据库初始化程序,也可以使用基于代码的迁移。迁移为索引创建提供支持。