Click or drag to resize

MSSQLDataProvider Class

Base provider class for Microsoft SQL-Server datasources.
Inheritance Hierarchy

Namespace:  Easymap.AddIn.Data.Provider
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public class MSSQLDataProvider : DataProvider

The MSSQLDataProvider type exposes the following members.

Properties
  NameDescription
Public propertyConnectionString
Gets or sets the ConnectionString of the specified MSSQL datasource.
Public propertyTableNames
Gets an array including names of all available tables form the MSSQL datasource.
Public propertyViewNames
Gets an array including names of all available views form the MSSQL datasource.
Top
See Also