CachedDataStoreService.WarpSelectDataCached(DataCacheCookie, SelectStatement[]) Method
In This Article
Reserved for future use.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public virtual OperationResult<DataCacheWarpSelectDataResult> WarpSelectDataCached(
DataCacheCookie cookie,
SelectStatement[] selects
)
#Parameters
Name | Type |
---|---|
cookie | Data |
selects | Select |
#Returns
Type |
---|
Operation |
See Also