Sets the rows to return for this Statement.

Namespace: Endeca.Navigation.Analytics
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)

Syntax

C#
public virtual void SetReturnRows(
	int first,
	int num
)
Visual Basic
Public Overridable Sub SetReturnRows ( _
	first As Integer, _
	num As Integer _
)
Visual C++
public:
virtual void SetReturnRows(
	int first, 
	int num
)

Parameters

first
Type: System..::..Int32
The starting row.
num
Type: System..::..Int32
The number of rows to return.

See Also