DataStoreService Class
In This Article
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 Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, 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
Object
ServiceBase
DataStoreService
See Also