Click or drag to resize

ODBCDataProvider Class

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

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

The ODBCDataProvider type exposes the following members.

Properties
 NameDescription
Public propertyConnectionString Gets or sets the ConnectionString of the specified ODBC datasource.
Public propertyTableNames Gets an array including names of all available tables form the ODBC datasource.
Public propertyViewNames Gets an array including names of all available views form the ODBC datasource.
Top
Methods
 NameDescription
Public methodDisplayConnectionDialog(IntPtr) Displays a StringInputDialog Form to get a user-adjustable string value.
Public methodDisplayConnectionDialog(IWin32Window) Displays a StringInputDialog Form to get a user-adjustable string value.
Top
See Also