Tagged Questions

2
votes
1answer
174 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 ...