开发者

Does Linq to SQL designer support foreign keys with compound primary keys?

开发者 https://www.devze.com 2023-01-08 18:55 出处:网络
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 ref

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消