Table of Contents

Interface IDataStoreWarpService

Namespace
DevExpress.Xpo.DB
Assembly
DevExpress.Xpo.v24.1.dll

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

public interface IDataStoreWarpService : IDataStoreService
Inherited Members

Methods

WarpSelectData(SelectStatement[])

Uses specified query statements to fetch data from a data store and compress the result.

OperationResult<byte[]> WarpSelectData(SelectStatement[] selects)

Parameters

selects SelectStatement[]

An array of statements that specify data to be saved to the data store.

Returns

OperationResult<byte[]>

The operation result.