Entity Framework: table without primary key
I think this is solved by Tillito: Entity Framework and SQL Server View I’ll quote his entry below: We had the same problem and this is the solution: To force entity framework to use a column as a primary key, use ISNULL. To force entity framework not to use a column as a primary key, … Read more