Back to Devexpress

IDataStoreWarpServiceAsync Interface

xpo-devexpress-dot-xpo-dot-db-c800d6c1.md

latest1.1 KB
Original Source

IDataStoreWarpServiceAsync Interface

Extends the IDataStoreServiceAsync interface with methods that fetch data from a data store and compress the result.

Namespace : DevExpress.Xpo.DB

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
[ServiceContract]
[XmlSerializerFormat]
public interface IDataStoreWarpServiceAsync :
    IDataStoreServiceAsync,
    IDataStoreService,
    IDataStoreWarpService
vb
<ServiceContract>
<XmlSerializerFormat>
Public Interface IDataStoreWarpServiceAsync
    Inherits IDataStoreServiceAsync,
             IDataStoreService,
             IDataStoreWarpService

See Also

IDataStoreWarpServiceAsync Members

DevExpress.Xpo.DB Namespace