Click or drag to resize

DataProvider Class

Common base class for all DataProviders.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Wrapper
          Easymap.AddIn.CommonLTComponent
            Easymap.AddIn.Data.ProviderDataProvider
              More

Namespace: Easymap.AddIn.Data.Provider
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public class DataProvider : LTComponent

The DataProvider type exposes the following members.

Properties
 NameDescription
Public propertyCanRetrieveData True if the datasource is readable.
Public propertyCanUse True if the DataProvider is useable.
Public propertyIcon Gets the icon of the specified DataProvider.
Public propertySchema Gets an array of all available columns in specified table.
Public propertySelectedTableName Gets or sets the name of the selected table.
Public propertyTableTitle Gets the name of the associate table.
Public propertyTitle Gets the title of the specified DataProvider.
Top
Methods
 NameDescription
Public methodCreateReader Creats a DataReader from IDataReader.
Public methodRefresh Refreshes the DataProvider
Top
See Also
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Wrapper
          Easymap.AddIn.CommonLTComponent
            Easymap.AddIn.Data.ProviderDataProvider
              Easymap.AddIn.Data.ProviderAccessDataProvider
              Easymap.AddIn.Data.ProviderExcelDataProvider
              Easymap.AddIn.Data.ProviderMSSQLDataProvider
              Easymap.AddIn.Data.ProviderODBCDataProvider
              Easymap.AddIn.Data.ProviderTextDataProvider
              Easymap.AddIn.Data.ProviderUserDataProvider