Skip to main content
All docs
V23.2

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

Namespace: DevExpress.Xpo.DB.Helpers

Assembly: DevExpress.Data.v23.2.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