Entity Framework Compound Key (Many-To-Many Relationship with a Payload)
问题 I've got database tables like this: A person may be a member of many teams. A team may have many members. Each person may have a position (think job title) within the team. I've tried to set this up with ADO.NET Entity Framework and get errors: Error 3021: Problem in mapping fragments starting at line ... Each of the following columns in table Membership is mapped to multiple conceptual side properties: Membership.PersonId is mapped to <MembershipPerson.Membership.PersonId, MembershipPerson