Click or drag to resize

AccessDataProvider Class

Base provider class for access datasources.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Wrapper
          Easymap.AddIn.CommonLTComponent
            Easymap.AddIn.Data.ProviderDataProvider
              Easymap.AddIn.Data.ProviderAccessDataProvider

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

The AccessDataProvider type exposes the following members.

Properties
 NameDescription
Public propertyFilename Gets or sets the filename of a access datasource.
Public propertyTableNames Gets an array including names of all available tables form the access datasource.
Public propertyViewNames Gets an array including names of all available views form the access datasource.
Top
See Also