Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CachedDataStoreService.WarpSelectDataCached(DataCacheCookie, SelectStatement[]) Method

Reserved for future use.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v19.1.dll

Declaration

public virtual OperationResult<DataCacheWarpSelectDataResult> WarpSelectDataCached(
    DataCacheCookie cookie,
    SelectStatement[] selects
)

Parameters

Name Type
cookie DataCacheCookie
selects SelectStatement[]

Returns

Type
OperationResult<DevExpress.Xpo.DB.DataCacheWarpSelectDataResult>
See Also