Skip to main content
A newer version of this page is available. .

DataStoreClient Class

A data store provider (an IDataStore implementation) for client applications transferring data via WCF.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public class DataStoreClient :
    DataStoreClientBase<IDataStoreWarpService>

Remarks

We recommend this data store provider if you need backward compatibility. Otherwise, use DataStoreClientAsync.

Inheritance

Object
ClientBase<IDataStoreWarpService>
DevExpress.Xpo.DB.DataStoreClientBase<IDataStoreWarpService>
DataStoreClient
See Also