Skip to main content
All docs
V25.1
  • .NET 8.0+

    WebApiDataStoreClient.SelectData(DataCacheCookie, SelectStatement[]) Method

    Namespace: DevExpress.Xpo.DB

    Assembly: DevExpress.Xpo.v25.1.dll

    NuGet Package: DevExpress.Xpo

    Declaration

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

    Parameters

    Name Type
    cookie DataCacheCookie
    selects SelectStatement[]

    Returns

    Type
    DataCacheSelectDataResult
    See Also