What is NHibernate HQL's Equivalent to T-SQL's TOP Keyword?
Also what is the non-HQL way for saying give me the first 15 of a class?
|
2
|
What is NHibernate HQL's Equivalent to T-SQL's TOP Keyword? Also what is the non-HQL way for saying give me the first 15 of a class?
|
||
|
|
|
|
It's actually pretty easy in HQL:
Don't know how to do this using the criteria API though. |
||||
|
|
|
Criteria API Method:
|
||||||
|