Beginner |
 |
Joined: Thu Oct 25, 2007 3:45 am Posts: 22
|
Hello,
I am new in NHibernate and still can't find a solution for my issue. Please help.
What am I trying to do:
I use derived properties, which look like:
Mapping file:
"<property name="PropertyName"
formula="(SELECT ...(column) FROM ... (table)
WHERE ... (conditions))"/>"
It works great but only return single result. I need some strategy for writing something (property or what else is needed) in my mapping file so I can return list of objects (in my case string). In my class I have a string collection (public string[] PropertyName...).
Is in NHibernate any functionality to solve this issue?
Thank you!
|
|