Linq to SQL - many to many mapping

前端 未结 1 909
轮回少年
轮回少年 2021-01-24 05:40

In my project I have \'Player\'(PlayerID and data) table, \'Games\' table (GameID, Name) and I made a many to many table \'PlayerGames\' (PlayerID, GameID - I created the forign

相关标签:
1条回答
  • 2021-01-24 06:22

    You might also want to check out CodeSmith's PLINQO. It's not free, but it's a super-pimped version of Linq to Sql and it supports many-to-many relationships, among other things.

    0 讨论(0)
提交回复
热议问题