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

FileDataAdapterBase Class

The base class for data adapters that can load data from a file.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

public abstract class FileDataAdapterBase :
    OuterDataAdapterBase

Remarks

This class introduces the FileDataAdapterBase.FileUri property, which specifies the path to the file.

Implements

See Also