The diagram for the many to many relationship table does not appear in the edmx

后端 未结 1 1311
囚心锁ツ
囚心锁ツ 2021-01-28 15:52

I am using a databse first method. I generated edmx from the database. But diagrams for the tables which are in many to many relationships do not display in the generated edmx.<

1条回答
  •  温柔的废话
    2021-01-28 16:27

    If your Many to many lookup table consists of just Foreign Keys and no other fields, then it will not show up in your edmx file as a Table. It will show up under Navigation Properties of each table though.

    0 讨论(0)
提交回复
热议问题