Gets the number of pages 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 PagesRequested { get; }
Visual Basic
Public Overridable ReadOnly Property PagesRequested As Integer
	Get
Visual C++
public:
virtual property int PagesRequested {
	int get ();
}

Field Value

If the Statement is paged, returns an integer representing the number of rows requested. Returns 0 if the Statement is not paged.

See Also