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

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