DataProvider Class |
Namespace: Easymap.AddIn.Data.Provider
The DataProvider type exposes the following members.
Name | Description | |
---|---|---|
![]() | CanRetrieveData |
True if the datasource is readable.
|
![]() | CanUse |
True if the DataProvider is useable.
|
![]() | Icon |
Gets the icon of the specified DataProvider.
|
![]() | Schema |
Gets an array of all available columns in specified table.
|
![]() | SelectedTableName |
Gets or sets the name of the selected table.
|
![]() | TableTitle |
Gets the name of the associate table.
|
![]() | Title |
Gets the title of the specified DataProvider.
|
Name | Description | |
---|---|---|
![]() | CreateReader |
Creats a DataReader from IDataReader.
|
![]() | Refresh |
Refreshes the DataProvider
|