one to one relationship with ef core 5 (use 2 FK)

前端 未结 0 1842
独厮守ぢ
独厮守ぢ 2020-12-09 06:47

I have these 2 Entities. each book can have one or zero BookDetail (1 to 1 Relationship)

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


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