Open this page in the API Guide

OlapDataProvider.RetrieveData 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
public DataCellset RetrieveData(
	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 definition object.
paging
Type: Dundas.BI.Data.DataRetrieval.ResultPaging
The paging information.

Return Value

Type: DataCellset
The data cell set.
Exceptions
ExceptionCondition
ArgumentNullExceptioncube or query is null.
See Also