Entity Framework generation missing an entity
问题 I'm trying to generate my entities from my SQL database using the ADO.NET Entity Data Model item and from there using the ADO.NET DbContext Generator. When I generate my edmx from the database one of my entities seems to be missing in the designer but when I look at the code behind of the edmx I see it in code and when I generate the dbContext the entity isn't generated at all... Any advice would be greatly appreciated! 回答1: If the table you are missing an entity for is a join table for a