Class model for a many-to-many relationship, where relationship has attributes
- by Greg
Hi,
What would the basic C# code look like to model a many-to-many relationship, where the relationship itself has attributes? And also in this case the many-to-many was referential. So a possible database model for this might look like the following (just to give an example of what I'm talking about)
Nodes
ID
Name
Description
Relationships
Parent_ID
Child_ID
Relationships_Type