Does Linq to SQL designer support foreign keys with compound primary keys?
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 t开发者_运维百科his one references a 5 column primary key, could this be the problem?
The problem was that one of the tables in the relationship didn't have a primary key.
精彩评论