Hello,
is it possible to cleanly handle a self-referential many-many ?
Here's the scenario :
public class Term
{
public int id {get; set}
public String Name {get; set;}
public IList<Term> RelatedTerms {get; set;}
}
Mapping this is easy enough, though i dont think id get the required
semantics r.e. adding and removing related items.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---