I have a table which contains a column Birthday of Type DateTime. Now I should select with HQL all Persons which Birthday is in the next 10 days or was in the last 5 days. How can I do this with NHibernate 3.2 HQL?
Thanks.
Thomas
I have a table which contains a column Birthday of Type DateTime. Now I
Share
I have solved it with