Skip to main content
All docs
V25.1
  • WebApiDataStoreClient Class

    A data store provider (an IDataStore implementation) for client applications that use Web API to transfer data.

    Namespace: DevExpress.Xpo.DB

    Assembly: DevExpress.Xpo.v25.1.dll

    #Declaration

    public class WebApiDataStoreClient :
        IDataStore,
        IDataStoreAsync,
        ICacheToCacheCommunicationCore,
        ICacheToCacheCommunicationCoreAsync

    #Remarks

    For more information, see the following topic: Transfer Data via ASP.NET Core Web API / REST API.

    #Inheritance

    Object
    WebApiDataStoreClient
    See Also