Skip to main content
All docs
V23.2
.NET 6.0+

WebApiDataStoreClient.SelectDataAsync(CancellationToken, DataCacheCookie, SelectStatement[]) Method

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public Task<DataCacheSelectDataResult> SelectDataAsync(
    CancellationToken cancellationToken,
    DataCacheCookie cookie,
    SelectStatement[] selects
)

Parameters

Name Type
cancellationToken CancellationToken
cookie DataCacheCookie
selects SelectStatement[]

Returns

Type
Task<DataCacheSelectDataResult>
See Also