An optional DataSet instance that will be used as the source of the search results (see remarks).
Declaration Syntax
C# | Visual Basic |
public virtual DataSet DataSource { get; set; }
Public Overridable Property DataSource As DataSet Get Set
Property Value
DataSet
Remarks
When this property is set to anything other than a null instance, the DataSet specified will be used as the search
results, INSTEAD of the search results found internally.
This is useful when merging different result sets. The DataSet's first table will be used for results, with each
row corresponding to a result. The table must contain AT LEAST the following columns for correct operation;
- URIString
- Summary
- Title
Assembly: Keyoti4.SearchEngine.Web (Module: Keyoti4.SearchEngine.Web.dll) Version: 2022.8.22.610