Entity Framework – Invalid Column Name ‘*_ID”

Check to see if you have any ICollections.

What I have figured out is when you have an ICollection that references a table and there is no column that it can figure out, it creates one for you to try to make the connection between the tables. This specifically happens with ICollection and has driven me “batty” trying to figure it out.

Leave a Comment