Tried that but it results in the following error:
Code:
Nhibernate.QueryException : cannot dereference scalar collection element: culture_id [from ITAssessments.Core.Domain.Industry industry left outer join industry.AllNames allNames where allNames.culture_id = :lcid order by allNames.translation]
i am new to hibernate so it is really hard for me to find out what the problem is. I have seen something about index() and elements() function .. should this be used in that case maybe?
i really appreciate your help...