7
Fondamentalmente quello che voglio fare è quello di scrivere questo pezzo di SQL:Fluent NHibernate QueryOver SQL 'CASE' equivalente
SELECT
CASE
WHEN t.type = 'a' THEN
t.name
ELSE
t.otherName
END
as "Name"
FROM myTable t
in QueryOver