Grouping by a many-to-many related table in LINQ?

后端 未结 0 1525
暗喜
暗喜 2021-01-24 09:44

I have three tables defined:

public class Book
{
        public int BookId { get; set; }
        public int Price { get; set; }

        public ICollection

        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题