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