I wanna ask about "invalid column name 'discriminator'".
I'm trying to access data using, for example, db.[Table-Name].ToList()
. I generated my model using Entity Framework code first from database and when I try to access the table data it gives me the mentioned error.