Public Properties

  Name Description
Public property CurrentPage Returns the current page in the set.
Public property ElementCount Returns the number of elements in the current page. The returned value is always equal to the value returned by GetCurrentPage().length. Use GetElementCount to avoid copying the potentially large internal array just to get its length.
Public property PageMark Returns the current page mark on which a subsequent call to Reset will operate. Call this method before calling the Reset(mark) method.
Public property PageSize The internal paging size used by the enumerator.

GetPageSize returns the internal paging size used by the enumerator.

SetPageSize sets the internal paging size used by the enumerator. The new size takes effect on the next fetch from the server. Typical use cases for changing the page size are to match the number of displayed elements in a user interface or to improve performance of page retrieval.

Top

See Also