Hi, my name is Vito Vessia and I use NHibernate in a big project.
I'd like to perform the following sql query using the criteria APIs:
select count(*)
from
(
select field1, field2, field3 from table where field2 = 44
) data
Is it possibile to do that?
Thanks a lot for any suggestions.
--Vito
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"NHibernate Contrib - Development Group" 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.ar/group/nhcdevs?hl=en
-~----------~----~----~----~------~----~------~--~---