views:

104

answers:

0

I have a view that returns ID columns that I want linq to sql to expand automatically. Is this possible? (It needs to translate to sql)

I tried decorating my partial class with an Association attribute but this seems to fail internal mapping validation. Then I tried creating associations in the designer but that didn't seem to generate any code at all.