Keyoti Search for ASP.NET API Docs
GetDataSet Method (firstRow, numberOfRows)
API DocumentationKeyoti.SearchEngine.Index.IndexableSourcesPresetDataSetAdapterGetDataSet(Int32, Int32)
Keyoti Search for ASP.NET 2010
Retreives the next page of data
Declaration Syntax
C#Visual BasicVisual C++
public DataSet GetDataSet(
	int firstRow,
	int numberOfRows
)
Public Function GetDataSet ( _
	firstRow As Integer, _
	numberOfRows As Integer _
) As DataSet
public:
virtual DataSet^ GetDataSet(
	int firstRow, 
	int numberOfRows
) sealed
Parameters
firstRow (Int32)
First row of data required
numberOfRows (Int32)
Number of rows required
Return Value
DataSet of data

Assembly: Keyoti2.SearchEngine.Core (Module: Keyoti2.SearchEngine.Core) Version: 2010.4.1.609