Hi,

I am stuck with a problem where I need to do something like below in 
nhibernate,

select rs.FirstName, rs.name, COUNT(rs.id) from 
(
    select firstname, lastname, (select id from users where userid = 
12345') as id     
    from person p
) rs
group by rs.firstname, rs.name

How I can achieve this in nhibernate? 

Thanks,
NK

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/nhusers/-/fmLr_YIN3FYJ.
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.

Reply via email to