Many-to-many mapping with extra columns in join table

前端 未结 5 1032
慢半拍i
慢半拍i 2021-01-22 00:51

Here is the domain that I wish to have:

public class Person
{
    public int Id { get; set; }
    public IList AcquiredCertificates {          


        
5条回答
  •  被撕碎了的回忆
    2021-01-22 01:40

    Re: your updated Q, you will need three mappings, one for each of the three entities that now participate in the pair of one-to-many relations.

提交回复
热议问题