Tagged Questions
Use this tag for nhibernate version 2.1 specific question.
2
votes
1answer
142 views
NHibernate.QueryException : duplicate association path
The code fragment below describes what I want to do using queries but it blows up with the above error.
There is a 1 to many relationship between Buildings and AttributeValues and my aim is to find ...