I have a class that has a list of another type class but the top level class only has a sub-key in common with a sub type in the lower level type, not a foreign/primary key.
class A { ... int subkey; IList<B> typeBs; } class B { .. TypeC typeC; } class TypeC { int subkey; } How would I map this? -- You received this message because you are subscribed to the Google Groups "Fluent NHibernate" group. To view this discussion on the web visit https://groups.google.com/d/msg/fluent-nhibernate/-/g5w3mhug-sAJ. To post to this group, send email to fluent-nhibernate@googlegroups.com. To unsubscribe from this group, send email to fluent-nhibernate+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/fluent-nhibernate?hl=en.