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?
|
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?
| |||
|
feedback
|
|
It's actually pretty easy in HQL:
Don't know how to do this using the criteria API though. | |||||||||||||||
feedback
|
|
Criteria API Method:
| |||||||||||
feedback
|