xpo-devexpress-dot-xpo-dot-db.md
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.2.dll
NuGet Package : DevExpress.Xpo
public class WebApiDataStoreClient :
IDataStore,
IDataStoreAsync,
ICacheToCacheCommunicationCore,
ICacheToCacheCommunicationCoreAsync
Public Class WebApiDataStoreClient
Implements IDataStore,
IDataStoreAsync,
ICacheToCacheCommunicationCore,
ICacheToCacheCommunicationCoreAsync
For more information, see the following topic: Transfer Data via ASP.NET Core Web API / REST API.
Object WebApiDataStoreClient
See Also