Skip to main content
A newer version of this page is available. .

IDataStoreWarpService Interface

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

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

[ServiceContract]
[XmlSerializerFormat]
public interface IDataStoreWarpService :
    IDataStoreService

Remarks

This interface provides methods that help optimize memory consumption and serialization time for the Data Contract Serializer.

See Also