Click or drag to resize

DataProvider Class

Common base class for all DataProviders.
Inheritance Hierarchy

Namespace:  Easymap.AddIn.Data.Provider
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.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