Back to Devexpress

DataStoreService Class

xpo-devexpress-dot-xpo-dot-db-a6902589.md

latest1.6 KB
Original Source

DataStoreService Class

The base class for WCF services providing access to data directly via data store providers (IDataStore implementors).

Namespace : DevExpress.Xpo.DB

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public class DataStoreService :
    ServiceBase,
    IDataStoreWarpService,
    IDataStoreService
vb
Public Class DataStoreService
    Inherits ServiceBase
    Implements IDataStoreWarpService,
               IDataStoreService

Remarks

For more information on transferring data via WCF services, refer to Transferring Data via WCF Services.

Implements

IDataStoreWarpService

IDataStoreService

Inheritance

Object ServiceBase DataStoreService CachedDataStoreService

See Also

DataStoreService Members

DevExpress.Xpo.DB Namespace