Keyoti SearchUnit API Docs
DataSet Property
API DocumentationKeyoti.SearchEngine.SearchSearchResultDataSet
Keyoti SearchUnit v6
Converts the search results to a DataSet (see remarks).
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public virtual DataSet DataSet { get; }
public virtual DataSet DataSet { get; }
Public Overridable ReadOnly Property DataSet As DataSet
	Get
Public Overridable ReadOnly Property DataSet As DataSet
	Get
public:
virtual property DataSet^ DataSet {
	DataSet^ get ();
}
public:
virtual property DataSet^ DataSet {
	DataSet^ get ();
}
abstract DataSet : DataSet with get
override DataSet : DataSet with get
abstract DataSet : DataSet with get
override DataSet : DataSet with get
Property Value
Remarks
This creates a DataSet containing one table, with columns "UriString", "Title", "Summary", "Weight" which hold the data from the properties of the Keyoti.SearchEngine.Search.ResultItem class. Each row represents one result. This property is cached, so that the operation only occurs once.

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