Public Properties
Name | Description | |
---|---|---|
![]() |
CurrentPage | Returns the current page in the set. |
![]() |
ElementCount | Returns the number of elements in the current page. The returned value is always equal to the value returned by . Use to avoid copying the potentially large internal array just to get its length. |
![]() |
PageMark | Returns the current page mark on which a subsequent call to will operate. Call this method before calling the method. |
![]() |
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. |