Sunday 19 August 2007

Search query default row limit to 50 rows

If you don't specify a RowLimit to the query object, the default is 50. You can change it by setting the RowLimit property to the number that you want:

Visual Basic (Declaration)
Public Property RowLimit As Integer

Visual Basic (Usage)
Dim instance As Query
Dim value As Integer
value = instance.RowLimit
instance.RowLimit = value

C#
public int RowLimit { get; set; }

If you require any further details, please contact me with any specific questions and Ill try my best to answer them.

No comments: