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

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -