FormDataSource.nextPage(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Moves a specified number of records forward in the data source.
public:
override int nextPage(int _pageSize);
public override int nextPage (int _pageSize);
override this.nextPage : int -> int
Public Overrides Function nextPage (_pageSize As Integer) As Integer
Parameters
- _pageSize
- Int32
The number of records to skip.
Returns
A non-zero integer if the operation succeeds.