Obtains DataSet data from a user provided assembly.
| C# | C# | Visual Basic | Visual Basic | Visual 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
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| 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.) |
DataSet should contain only one table, containing records from firstRow to firstRow+numberOfRows.
| Object | |
| CustomDataSetProviderAdapter | |
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120