orm - NHibernate and many to many mapping -
I have a 3 table organization (ID, name, and so on) Organization Contacts (Organization ID, Contact ID, Status) ID, name), email) How can I make multiple mappings and use the Status column from the organization?
Strict several-to-many mappings, you will have organization ID and contact ID in the mapping table. Adding the Status column will require creating a proper unit outside the organization.
Comments
Post a Comment