2

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.

Linda
  • 2,227
  • 5
  • 30
  • 40

1 Answers1

4

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

Temple
  • 1,079
  • 1
  • 10
  • 22