Hello, We are currently trying to map a legacy database, there is three tables in this map where one is a many-to-many connection table:
Order 1 - * OrderRecipient * - 1 Recipient The order recipient table has the OrderId and RecipientId as primary key and a column for "SortOrder" which is telling the application in what order the recipients should be in. Is this possible to map without introducing a unique identity in orderrecipient and map that as an entity? -- Patrik --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
