Gets the page of data
            
| C# | Visual Basic | 
DataSet GetDataSet( int firstRow, int numberOfRows )
Function GetDataSet ( firstRow As Integer, numberOfRows As Integer ) As DataSet
- firstRow (Int32)
 - The first row of data to get
 
- numberOfRows (Int32)
 - The number of rows to get
 
DataSet
A DataSet holding only the requested data in a DataTable.
A DataSet holding only the requested data in a DataTable.
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2022.8.22.610