views:

12

answers:

1

The linq to sql designer is not generating the property for one of the associations of my model, the only difference between this association and other associations is that this one references a 5 column primary key, could this be the problem?

A: 

The problem was that one of the tables in the relationship didnt have a primary key.

ryudice