So I have a typical one to may:

Prospect...has *one* User

User...has *many* Prospects


I do a load of Prospect, load of an "User"...then tie them together:

Prospect.User = someNewUser
someNewUser.Prospects.Add(Prospect)


My question is...why is this second part needed? I've seen it in books
over the years as a textbook example, but also seen that it works
without it sometimes.

So I am confused, do I need to connect the relation on both sides, and
if so...why?!



Thanks!
Vladan

-- 
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