This method allows external code to determine whether RecordsPerPage has been set. This is necessary because simply accessing RecordsPerPage will fall back to the default if it has not been set.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public bool IsRecordsPerPageSet()
Visual Basic (Declaration)
Public Function IsRecordsPerPageSet As Boolean
Visual C++
public:
bool IsRecordsPerPageSet()

Return Value

Whether RecordsPerPage has been set

See Also