在IdentityUser.Email上创建一个索引

在我的项目中,我的用户类是从IdentityUser继承的,并且因为我有很多用户,并且我正在对用户电子邮件执行大量查询(这是IdentityUser属性),我希望将其编入索引。

IdentityUser的一个索引属性如何?

我想重写电子邮件属性并放置[Index]注释,但这会打破什么?

请注意,我的项目基于ASP.NET MVC 6模板,我使用的是实体框架代码优先的方法。

链接地址: http://www.djcxy.com/p/64537.html

上一篇: Create an Index on IdentityUser.Email

下一篇: What is the difference between ASP.NET 5 platform and MVC 6