Keyoti SearchUnit API Docs
GetDataSet Method (firstRow, numberOfRows)
API DocumentationKeyoti.SearchEngine.Index.IndexableSourcesIDataSetAdapterGetDataSet(Int32, Int32)
Keyoti SearchUnit v6
Gets the page of data
Declaration Syntax
C#Visual Basic
DataSet GetDataSet(
	int firstRow,
	int numberOfRows
)
Function GetDataSet ( 
	firstRow As Integer,
	numberOfRows As Integer
) As DataSet
Parameters
firstRow (Int32)
The first row of data to get
numberOfRows (Int32)
The number of rows to get
Return Value
DataSet
A DataSet holding only the requested data in a DataTable.

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2022.8.22.610