No idea. Perhaps you should ask at NHibernate users or stackoverflow
how to mix up Criteria and SQL queries.

-Markus

2010/7/22 Mike <[email protected]>:
> How can I use Oracle's "Connect By" clause in a detached criteria? I
> already have a working query using DetachedCriteria but now I need to
> add the following sub query that utilizes the "start with" and
> "connect by" clause. Is there any way I can possibly do something
> like...
>
> .Add(Subqueries.In("p.StructureNumber", "query that fetches all
> children from a given parent written in oracle"))
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Castle Project Users" 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/castle-project-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" 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/castle-project-users?hl=en.

Reply via email to