Share via


FormDataSource.nextPage(Int32) Method

Definition

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.

Applies to