I'm using EF6 for first time. having a table like this:
public class DBBlog
{
public int Id { get; set; }
public string Title { get; set; } //<-- need to be indexed
}
please advice
I'm using EF6 for first time. having a table like this:
public class DBBlog
{
public int Id { get; set; }
public string Title { get; set; } //<-- need to be indexed
}
please advice