Back to Devexpress

IDataStoreWarpService Interface

xpo-devexpress-dot-xpo-dot-db-eceb1d6b.md

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.Xpo

Declaration

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

Remarks

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

See Also

IDataStoreWarpService Members

DevExpress.Xpo.DB Namespace