June 2012
1 post
5 tags
EntityFramework and a View with no Primary Key
So today I decieded to create a very simple console application that would help me dump some data to a file. Since my data was in SQL and I wanted to alter the relationships a bit I figured EntityFramework and a bit of linq magic might do the trick. I was wrong.
What happened
Well I quickly created my linq query since it was only going to be ran once I simply called .ToList() on my three views...