Back to Devexpress

DataStoreClient Class

xpo-devexpress-dot-xpo-dot-db-c17cf30a.md

latest1.6 KB
Original Source

DataStoreClient Class

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

Namespace : DevExpress.Xpo.DB

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public class DataStoreClient :
    DataStoreClientBase<IDataStoreWarpService>
vb
Public Class DataStoreClient
    Inherits DataStoreClientBase(Of 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

DataStoreClient Members

IDataStoreService

DataStoreService

DevExpress.Xpo.DB Namespace