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.

Reply via email to