Gets the number of records that comprise each page of records.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public int RecordsPerPage { get; }
Visual Basic (Declaration)
Public ReadOnly Property RecordsPerPage As Integer
Visual C++
public:
property int RecordsPerPage {
	int get ();
}

Remarks

In general this value should match the number of records in the Records collection, unless the current page represents the last page of records, in which case there may not be enough records available to fill the entire page.

See Also