Domain entities, then I'll send you the mapping (I have a friend of mine doing it for me)
-- Fabio Maulo El 15/09/2010, a las 11:38, sed <[email protected]> escribió: > I have a problem with mapping a certain relationship in my > application. > > We have have a Person class with a PersonID, Name etc. A Person can > follow many people and be followed. I am not sure how to map this. > Ideally each Person would have an ISet of Persons representing who > they follow and another ISet for their followers. > > Our current schema has a linking table with the following fields; > PersonFollowID (Identity), > PersonID (ID of User), > FollowID (who they follow) > > > Any help is greatly appreciated. > > > -- > 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. > -- 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.
