Gets the first row-number requested.

Namespace: Endeca.Navigation.Analytics
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
public virtual int FirstPage { get; }
Visual Basic
Public Overridable ReadOnly Property FirstPage As Integer
	Get
Visual C++
public:
virtual property int FirstPage {
	int get ();
}

Field Value

If the Statement is paged, returns an integer representing the first row-number requested. If the Statement is not paged, 0 is returned.

See Also