Skip to main content
All docs
V24.2
.NET Framework 4.6.2+

WebApiDataStoreClient.SelectData(DataCacheCookie, SelectStatement[]) Method

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v24.2.dll

Declaration

public DataCacheSelectDataResult SelectData(
    DataCacheCookie cookie,
    SelectStatement[] selects
)

Parameters

Name Type
cookie DataCacheCookie
selects SelectStatement[]

Returns

Type
DataCacheSelectDataResult
See Also