Skip to main content

IDataStoreService Interface

Defines a WCF service contract to access data directly via data store providers (objects implementing the IDataStore interface).

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

[ServiceContract]
[XmlSerializerFormat]
public interface IDataStoreService

Remarks

The base class that implements this interface is DataStoreService.

See Also