Hello,
Hopefully someone can help me with this;
For a property (from nhibernate.cfg.configuration object), which is a collection (IList), I'm trying to find out how the foreign key is mapped.
For ordinary properties I can inspect columniterator which tells me the column names. For my collection property, columniterator stays empty. Am I looking in the wrong place?
The reason I need this is because I'm trying to reach the property on the bidirectional (other) end of my association. (from A.collection => B.reference)
How do I retrieve the foreign key columnname from the mapped property (bag)?
TIA,
Patrick
|