gpt4 book ai didi

c# - Entity Framework 代码优先 6.0 : is there any annotations to add index to a column(s)

转载 作者:太空宇宙 更新时间:2023-11-03 21:39:35 28 4
gpt4 key购买 nike

我是第一次使用 EF6。有这样一张 table :

public class DBBlog
{
public int Id { get; set; }
public string Title { get; set; } //<-- need to be indexed
}

请多多指教

最佳答案

此功能是为 EF 6.1 添加的,并且已在夜间构建中可用。更多信息:

https://entityframework.codeplex.com/workitem/57

关于c# - Entity Framework 代码优先 6.0 : is there any annotations to add index to a column(s),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20020703/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com