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.v20.2.dll
Declaration
[ServiceContract]
[XmlSerializerFormat]
public interface IDataStoreWarpServiceAsync :
IDataStoreServiceAsync,
IDataStoreService,
IDataStoreWarpService
<ServiceContract>
<XmlSerializerFormat>
Public Interface IDataStoreWarpServiceAsync
Inherits IDataStoreServiceAsync,
IDataStoreService,
IDataStoreWarpService
See Also
Feedback