Skip to main content
All docs
V23.2

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.v23.2.dll

NuGet Package: DevExpress.Xpo

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