Back to Devexpress

IDataStoreService Interface

xpo-devexpress-dot-xpo-dot-db-0c572728.md

latest1.1 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
[ServiceContract]
[XmlSerializerFormat]
public interface IDataStoreService
vb
<ServiceContract>
<XmlSerializerFormat>
Public Interface IDataStoreService

Remarks

The base class that implements this interface is DataStoreService.

See Also

IDataStoreService Members

DataStoreClient

DevExpress.Xpo.DB Namespace