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

IDataStore Interface

The interface for objects that need to interact with a data store.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v21.2.dll

NuGet Packages: DevExpress.Data, DevExpress.Win.Design

Declaration

public interface IDataStore

Remarks

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