All Tags »
many-to-many dissociate associate disassociate M:M
Sorry, but there are no more tags available to filter with.
-
I have a M:M relationship:
What are the pre-reqs for getting the Associate / Dissociate methods generated?
My tables:
Product - PK ProductID
Menu - PK MenuID
Product_Menu - Composite PK (ProductID, MenuID)
I have relationships and indexes setup.
However, when I generate (using 2007.0.0328.0) I don't get the Assocate / Dissociate ...