I am new to nhibernate and need your help.
How to execute this sql query in nhibernate-criteria C#
select * from
(
select *, row_number() over (partition by questionaireId order by ste
I am new to nhibernate and need your help.
How to execute this sql query in nhibernate-criteria C#
select * from
(
select *, row_number() over (partition by questionaireId order by ste