Skip to main content
All docs
V24.1

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

Namespace: DevExpress.Xpo.DB.Helpers

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

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