Skip to main content
A newer version of this page is available. .
All docs
V20.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.v20.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 REST API.

Inheritance

Object
WebApiDataStoreClient
See Also