Converts the search results to a DataSet (see remarks).
Declaration Syntax
C# | Visual Basic |
public virtual DataSet DataSet { get; }
Public Overridable ReadOnly Property DataSet As DataSet Get
Property Value
DataSet
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: 2022.8.22.610