Skip to main content

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.v24.1.dll

NuGet Package: DevExpress.Xpo

#Declaration

public class DataStoreService :
    ServiceBase,
    IDataStoreWarpService,
    IDataStoreService

#Remarks

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

#Inheritance

See Also