CachedDataStoreService Class
The base class for WCF services providing access to data via cached data stores (objects implementing the ICachedDataStore interface).
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Xpo.v20.2.dll
Declaration
public class CachedDataStoreService :
DataStoreService,
ICachedDataStoreWarpService,
ICachedDataStoreService,
IDataStoreService,
IDataStoreWarpService
Public Class CachedDataStoreService
Inherits DataStoreService
Implements ICachedDataStoreWarpService,
ICachedDataStoreService,
IDataStoreService,
IDataStoreWarpService
Remarks
For more information on transferring data via WCF services, refer to Transferring Data via WCF Services.
Inheritance
Object
ServiceBase
DataStoreService
CachedDataStoreService
See Also
Feedback