Table of Contents

Interface IDataStoreWarpServiceAsync

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

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

public interface IDataStoreWarpServiceAsync : IDataStoreServiceAsync, IDataStoreWarpService, IDataStoreService
Inherited Members

Methods

WarpSelectDataAsync(SelectStatement[])

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

Task<OperationResult<byte[]>> WarpSelectDataAsync(SelectStatement[] selects)

Parameters

selects SelectStatement[]

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

Returns

Task<OperationResult<byte[]>>

A Task that returns the operation result.