iT邦幫忙

1

.net EF6 Code First建的join表怎麼加額外欄位?

  • 分享至 

  • xImage

參考
Configure Many-to-Many Relationships in Code-First
建立出了Students、Courses和StudentCourses共3個資料表。
我想要在StudentCourses關連表加入「座號」int SCNO,請問要怎麼做?

在EF6做不出來,但在微軟文件有找到EF Core可以
Many-to-many relationships - EF Core | Microsoft Learn

而EF6沒有EF Core的UsingEntity方法...

圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

1 個回答

1
Samuel
iT邦好手 1 級 ‧ 2023-09-28 14:37:53

記得EF Code First可以透過[NotMapped]
來讓Model Class中建立的屬性不一定都對應到DB中某張table
https://coolmandiary.blogspot.com/2021/04/entity-frameworkcode-firstmigrationef.html

我要發表回答

立即登入回答