Im using EF CTP 4. I have a simple console app (for testing purposes) that is using EF to insert some data into a SQL database.
I have come to a problem where by upo
If you are using database first approach then first delete the respective entity from the edmx diagram and then Update the model from database , this will surely resolve your issue