Skip to main content
All docs
V24.2

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

Namespace: DevExpress.Xpo.DB.Helpers

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