views:

19

answers:

0

I'm using ASP.net 4 to create a Dynamic Data site. I have a Many-to-Many relationship as described here: http://msdn.microsoft.com/en-us/library/dd742359.aspx

It works fine when my middle table only has the foreign key columns of the parent tables. This is a customer<->products setup, where multiple customers can have multiple products. How can I denote a quantity of products ordered per customer with this setup?

As far as I can tell I can't add a column to the middle table and have the scaffolding work.