Hi folks,
I've got some tables in my Linq2Sql designer (in Visual Studio 2008). Works great.
Now, I just tried dropping in a View onto the designer. It dropped on there ok, but there's NO foreign keys/associations.
hmm. Ok, so then I tried to manually add an association between the View and a parent table. That worked .. but when i try to access the parent table programatically, it's not listed there / doesn't compile.
er, wtf?!
Has anyone else had this problem? Are there some special work arounds?
I'm using a View because it's an Indexed View.
Cheers!
UPDATE
Found some related links...