This method allows external code to determine whether AggregateRecordsPerPage has been set. This is necessary because simply accessing AggregateRecordsPerPage 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 IsAggregateRecordsPerPageSet()
Visual Basic (Declaration)
Public Function IsAggregateRecordsPerPageSet As Boolean
Visual C++
public:
bool IsAggregateRecordsPerPageSet()

Return Value

Whether RecordsPerPage has been set

See Also