ef core index attribute

66

ef core index attribute -

[Index(nameof(Isbn))]public class Book{    public int BookId { get; set; }    public string Title { get; set; }    public string Isbn { get; set; }}

Comments

Submit
0 Comments