-->

CAML return only 10 results

2019-07-16 04:18发布

问题:

Is it possible using CAML to limit the amount of results returned. Say for example my query would pull back 25 results I would like the first 10 only.

回答1:

if you are using SPQuery then the RowLimit property should do the trick.