私が次のhqlを持っていると仮定します:
select cast(coalesce(sum(c.Valoare), 0) as decimal)
from Comision as c
where c.User = :user
Linq-To-Nhibernateでこれを書く方法はありますか?
私が次のhqlを持っていると仮定します:
select cast(coalesce(sum(c.Valoare), 0) as decimal)
from Comision as c
where c.User = :user
Linq-To-Nhibernateでこれを書く方法はありますか?