【发布时间】:2013-11-16 16:18:20
【问题描述】:
我是第一次使用 EF6。有这样一张桌子:
public class DBBlog
{
public int Id { get; set; }
public string Title { get; set; } //<-- need to be indexed
}
请指教
【问题讨论】:
-
看看here。
标签: c# entity-framework indexing