How can I use NHibernate (preferably QueryOver syntax) to get the following SQL
SELECT this_.Name as_, count(IsNull(this_.Name , 'UNKNOWN') ) as NameCount
FROM...
How can I use NHibernate (preferably QueryOver syntax) to get the following SQL
|
|||
|