Open this page in the API Guide

OlapDataProvider.GetCellset Method (IOlapCube, QueryDefinition, ResultPaging)

Retrieves the data using manual query.

Namespace:  Dundas.BI.Data.DataProviders.Olap
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
protected abstract DataCellset GetCellset(
	IOlapCube cube,
	QueryDefinition query,
	ResultPaging paging
)

Parameters

cube
Type: Dundas.BI.Data.Metadata.Olap.IOlapCube
The OLAP cube. May be null.
query
Type: Dundas.BI.Data.DataProviders.QueryDefinition
The query.
paging
Type: Dundas.BI.Data.DataRetrieval.ResultPaging
The paging.

Return Value

Type: DataCellset
A reference to a object.
See Also