Keyoti SearchUnit API Docs
CustomDataSetProviderAdapter Class
API DocumentationKeyoti.SearchEngine.Index.IndexableSourcesCustomDataSetProviderAdapter
Keyoti SearchUnit v6
Obtains DataSet data from a user provided assembly.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public class CustomDataSetProviderAdapter : IDataSetAdapter
public class CustomDataSetProviderAdapter : IDataSetAdapter
Public Class CustomDataSetProviderAdapter
	Implements IDataSetAdapter
Public Class CustomDataSetProviderAdapter
	Implements IDataSetAdapter
public ref class CustomDataSetProviderAdapter : IDataSetAdapter
public ref class CustomDataSetProviderAdapter : IDataSetAdapter
type CustomDataSetProviderAdapter =  
    class
        interface IDataSetAdapter
    end
type CustomDataSetProviderAdapter =  
    class
        interface IDataSetAdapter
    end
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
CustomDataSetProviderAdapter(String, String, Configuration)
New instance

Configuration
The index configuration

Equals(Object) (Inherited from Object.)
Finalize()()()() (Inherited from Object.)
GetDataSet(Int32, Int32)
Gets the next set of data

GetHashCode()()()() (Inherited from Object.)
GetType()()()() (Inherited from Object.)
Location
The location of the assembly providing the data - should be a file path that is either absolute or relative to the index directory

MemberwiseClone()()()() (Inherited from Object.)
Query
The name of the class to call

ToString()()()() (Inherited from Object.)
Remarks
DataSet should contain only one table, containing records from firstRow to firstRow+numberOfRows.
Inheritance Hierarchy
Object
CustomDataSetProviderAdapter

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