Keyoti SearchUnit API Docs
LinkBasedImportSampler..::..ImportRowDelegate Delegate
API DocumentationKeyoti.SearchEngine.Index.IndexableSourcesLinkBasedImportSamplerLinkBasedImportSampler..::..ImportRowDelegate
Keyoti SearchUnit v6
The "ImportRow" method to call, on the grid.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public delegate void ImportRowDelegate(
	DataRow row
)
public delegate void ImportRowDelegate(
	DataRow row
)
Public Delegate Sub ImportRowDelegate ( 
	row As DataRow
)
Public Delegate Sub ImportRowDelegate ( 
	row As DataRow
)
public delegate void ImportRowDelegate(
	DataRow^ row
)
public delegate void ImportRowDelegate(
	DataRow^ row
)
type ImportRowDelegate = 
    delegate of 
        row : DataRow -> unit
type ImportRowDelegate = 
    delegate of 
        row : DataRow -> unit
Parameters
row (DataRow)

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