OK. It looks like I'm here -- by magic :). So here is my issue. I am experimenting with the Entity framework (VS2008). I add a new ADO.Net Entity Data Model. I select 2 tables (of say 10) -- Customer and Product. There
is no real relationshiop. I want to relate/constrain these 2 tables with CustomerID join ProductID. There are about 6 ProductIDs that match 6 CustomerID's. I want to see 6 Customer records when I run through the dataset. I'm just
fumbling around somewhat blindly right now, so I add what I think is an Association but get an error message that the Association CustomerProduct is not mapped. How do I map it?
Or -- how can I add/relate the 2 tables so that I retrieve the 6 records where CustomerID = ProductID?
Thanks
Rich P