DataStoreBase Class
The base class for data store providers (the objects providing access to specific data stores).
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
public abstract class DataStoreBase :
DataStoreSerializedBase,
IDataStoreForTests,
IDataStore
Remarks
Main DataStoreBase descendants include:
- ConnectionProviderSql - The base class for SQL-based data store adapters, including the MSSqlConnectionProvider and all other adapters listed in the Database Systems Supported by XPO topic, except for the AccessConnectionProvider.
- InMemoryDataStore - Stores persistent objects in memory. Intended for a testing environment and not for production purposes or large data sets.
- DataSetDataStore - An XML dataset file provider.
Inheritance
Object
MarshalByRefObject
DevExpress.Xpo.DB.DataStoreSerializedBase
See Also