Skip to main content
All docs
V26.1
  • 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.v26.1.dll

    Declaration

    [ServiceContract]
    [XmlSerializerFormat]
    public interface IDataStoreWarpServiceAsync :
        IDataStoreServiceAsync,
        IDataStoreService,
        IDataStoreWarpService
    See Also