Entity Framework naming conventions for many-to-many link tables
Posted
by TimothyP
on Stack Overflow
See other posts from Stack Overflow
or by TimothyP
Published on 2010-03-21T14:44:06Z
Indexed on
2010/03/21
14:51 UTC
Read the original article
Hit count: 740
Hi,
We are designing a SQL Server database with link tables for many-to-many relations. The question is are there any best practices for naming these kinds of tables for use with the entity framework?
Let's say there's a table
Customer and Address
Then there is a link table between them, what do we call it? CustomerAddress ? Or something else?
Thnx
© Stack Overflow or respective owner