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.
Sunday, 19 August 2007
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment