OlapDataProviderRetrieveData 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 (24.3.0.1000)
Syntax
public DataCellset RetrieveData(
	IOlapCube cube,
	QueryDefinition query,
	ResultPaging paging
)

Parameters

cube
Type: Dundas.BI.Data.Metadata.OlapIOlapCube
The OLAP cube. May be .
query
Type: Dundas.BI.Data.DataProvidersQueryDefinition
The query definition object.
paging
Type: Dundas.BI.Data.DataRetrievalResultPaging
The paging information.

Return Value

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