Creating Composite primary keys in a many-to-many relationship in Entity Framework

Posted by kingrichard2005 on Stack Overflow See other posts from Stack Overflow or by kingrichard2005
Published on 2010-04-18T19:59:49Z Indexed on 2010/04/18 20:03 UTC
Read the original article Hit count: 336

Hello, I have two tables that are connected via a join table in a many-to-many relationship in the Entity Framework. I need to add a composite primary key in the join table for the two columns that are related to the joined tables via standard foreign keys but I'm sure how to do that.

© Stack Overflow or respective owner

Related posts about entity-framework

Related posts about sql