Hi,
I can't seem to figure out how to add an entity to a M:N relation with the self-servicing templates
For example: students and classes
Should I do something like:
thisClass.Students.Add(thisStudent)
where Students is mapped to the M:N Via JoinClassesToStudents
And JoinClassesToStudents is the join or link table
Or should a manually create an entry for the join table and add it, or something else?
I've tried all these and others, nothing seems to work.
If someone could point me in the right direction, I would be very appreciative.
Thanks,
Chris