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

DataStoreBase Class

The base class for data store providers (the objects providing access to specific data stores).

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public abstract class DataStoreBase :
    DataStoreSerializedBase,
    IDataStoreForTests,
    IDataStore

Remarks

Main DataStoreBase descendants include:

See Also