问题
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.
来源:https://stackoverflow.com/questions/2318103/caml-return-only-10-results