Skip to main content
All docs
V26.1
  • IDataStoreAsync Interface

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

    Namespace: DevExpress.Xpo.DB

    Assembly: DevExpress.Data.v26.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public interface IDataStoreAsync :
        IDataStore

    Remarks

    The IDataStoreAsync interface declares the methods common to objects that need to interact with a data store.

    The DataStoreSerializedBase class and its descendant, DataStoreBase, implement this interface.

    See Also