Gets the page of data

C# | Visual Basic | Visual C++ |
DataSet GetDataSet( int firstRow, int numberOfRows )
Function GetDataSet ( _ firstRow As Integer, _ numberOfRows As Integer _ ) As DataSet
DataSet^ GetDataSet( int firstRow, int numberOfRows )

- firstRow (Int32)
- The first row of data to get
- numberOfRows (Int32)
- The number of rows to get

A DataSet holding only the requested data in a DataTable.