Click or drag to resize

UserDataProvider Properties

The UserDataProvider type exposes the following members.

Properties
  NameDescription
Public propertyAllowLinking
Gets a value indicating whether linked tables are allowed to import.
Public propertyCanRetrieveData
Gets a value indicating whether data can be retrieved from the specified datasource.
(Overrides DataProviderCanRetrieveData.)
Public propertyCanUse
Gets a value indicating whether specified UserDataProvider can be used.
(Overrides DataProviderCanUse.)
Public propertyCultureInfo
Gets or sets the CultureInfo if needed.
Public propertyIcon
Gets the icon of the specified UserDataProvider.
(Overrides DataProviderIcon.)
Public propertyProperties
Gets or sets (internal) Key-Value pairs which will be stored in the associated Easymap workbook.
Public propertyPropertyPages
Gets an array of custom WizardPages.
Public propertySchemaTable
Gets the schema of a DataTable which will be imported.
Public propertySelectedTableName
Gets or sets the name of the current selected DataTable.
(Overrides DataProviderSelectedTableName.)
Public propertyTableTitle
Gets the name of the new table in Easymap.
(Overrides DataProviderTableTitle.)
Public propertyTitle
Gets the title of a UserDataProvider which will be shown in the import form.
(Overrides DataProviderTitle.)
Top
See Also