I need some help with many to many and linq2sql
Table 1 :-
OrderID
Or_Num
Name
Table 2 :-
Part_Num
Part_Desc
Qty
There can be many many parts in the order, how do I create a link or relation between. Do I use OR or MSSQL.
I have googled around but cant seem to get my head around it