views:

155

answers:

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.

+3  A: 

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

Temple