corelibraries-devexpress-dot-xpo-dot-db-a3ecb4cf.md
The interface for objects that need to interact with a data store.
Namespace : DevExpress.Xpo.DB
Assembly : DevExpress.Data.v25.2.dll
NuGet Package : DevExpress.Data
public interface IDataStore
Public Interface IDataStore
The following members return IDataStore objects:
Show 20 links
The following members return IDataStore objects:
Show 19 links
The IDataStore interface declares the methods common to objects that need to interact with a data store.
The base classes that implement this interface are DataStoreSerializedBase and its descendant, DataStoreBase.
See Also