Hi, In a project I'm working on, I use NHibernate over MS-SQL. I use the database to represent trees (one-to-many relation) I want, in some way, to query on different nodes in a single tree, or a single path in the tree, where the nodes are not connected directly, Meaning, if a root R has a descendant D, whose one of its descendants is a leaf L, I want to query on D based on parameters of L and R (or vice-versa, according to R and L query on D).
Is there a way to represent this query in NHibernate ? As far as I know, QBE almost serves my needs. Is there a better way doing this ? Thanks. -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
