IDataStoreWarpServiceAsync.WarpSelectDataAsync(SelectStatement[]) Method
Uses specified query statements to asynchronously fetch data from a data store and compress the result.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Parameters
Name | Type | Description |
---|---|---|
selects | SelectStatement[] | An array of statements that specify data to be saved to the data store. |
Returns
Type | Description |
---|---|
Task<OperationResult<Byte[]>> | A Task that returns the operation result. |
See Also