Skip to main content
A newer version of this page is available. .

DataSourceAdapterBase Class

The base class for data adapters that can load data from data sources.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v20.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public abstract class DataSourceAdapterBase :
    CoordinateSystemDataAdapterBase,
    IMapDataManagerProvider,
    IMapDataSourceAdapter,
    IDataSourceDataAdapter,
    IDataAdapter,
    IDisposable

Remarks

This class introduces the DataSourceAdapterBase.DataSource property, which allows specifying a data source, the DataSourceAdapterBase.DataMember property, which allows specifying the member of a data source used to generate vector items, and the DataSourceAdapterBase.AttributeMappings property, which allows associating additional info with map items.

Implements

See Also