Keyoti Search for ASP.NET API Docs
FindDataRow Method (primaryKeyValue, uniqueColumn)
API DocumentationKeyoti.SearchEngine.Index.IndexableSourcesDataSetBasedSourceFindDataRow(String, String)
Keyoti Search for ASP.NET 2010
Looks through the current and subsequent pages of DataSets for a DataRow whose primary key value is primaryKeyValue
Declaration Syntax
C#Visual BasicVisual C++
public virtual DataRow FindDataRow(
	string primaryKeyValue,
	string uniqueColumn
)
Public Overridable Function FindDataRow ( _
	primaryKeyValue As String, _
	uniqueColumn As String _
) As DataRow
public:
virtual DataRow^ FindDataRow(
	String^ primaryKeyValue, 
	String^ uniqueColumn
)
Parameters
primaryKeyValue (String)
The value of the primary key identifying the row
uniqueColumn (String)
The name of the primary key column

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