Keyoti Search for ASP.NET API Docs
DataSet Property
API DocumentationKeyoti.SearchEngine.SearchSearchResultDataSet
Keyoti Search for ASP.NET 2010
Converts the search results to a DataSet (see remarks).
Declaration Syntax
C#Visual BasicVisual C++
public virtual DataSet DataSet { get; }
Public Overridable ReadOnly Property DataSet As DataSet
public:
virtual property DataSet^ DataSet {
	DataSet^ get ();
}
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: Keyoti2.SearchEngine.Core (Module: Keyoti2.SearchEngine.Core) Version: 2010.4.1.609