Keyoti SearchUnit API Docs
GetDataSet Method (firstRow, numberOfRows)
API DocumentationKeyoti.SearchEngine.Index.IndexableSourcesPresetDataSetAdapterGetDataSet(Int32, Int32)
Keyoti SearchUnit v6
Retreives the next page of data
Declaration Syntax
C#Visual Basic
public DataSet GetDataSet(
	int firstRow,
	int numberOfRows
)
Public Function GetDataSet ( 
	firstRow As Integer,
	numberOfRows As Integer
) As DataSet
Parameters
firstRow (Int32)
First row of data required
numberOfRows (Int32)
Number of rows required
Return Value
DataSet
DataSet of data

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