Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
NHibernate Criteria APIを使用して「上位n」を取得するにはどうすればよいですか? 理想的には、独立した基準を使用したいと思います。
何かのようなもの:-
criteria.SetFirstResult(1); criteria.SetMaxResults(10);
最初の 10 件の結果が取得されます。