Keyoti SearchUnit API Docs
FindDataRow Method (primaryKeyValue, uniqueColumn)
API DocumentationKeyoti.SearchEngine.Index.IndexableSourcesDataSetBasedSourceFindDataRow(String, String)
Keyoti SearchUnit v6
Looks through the current and subsequent pages of DataSets for a DataRow whose primary key value is primaryKeyValue
Declaration Syntax
C#Visual Basic
public virtual DataRow FindDataRow(
	string primaryKeyValue,
	string uniqueColumn
)
Public Overridable Function FindDataRow ( 
	primaryKeyValue As String,
	uniqueColumn As String
) As DataRow
Parameters
primaryKeyValue (String)
The value of the primary key identifying the row
uniqueColumn (String)
The name of the primary key column
Return Value
DataRow

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