OlapDataProviderGetCellset 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.3.0.1000)
Syntaxprotected abstract DataCellset GetCellset(
	IOlapCube? cube,
	QueryDefinition query,
	ResultPaging paging
)
Protected MustOverride Function GetCellset ( 
	cube As IOlapCube,
	query As QueryDefinition,
	paging As ResultPaging
) As DataCellset
protected:
virtual DataCellset^ GetCellset(
	IOlapCube^ cube, 
	QueryDefinition^ query, 
	ResultPaging^ paging
) abstract
abstract GetCellset : 
        cube : IOlapCube * 
        query : QueryDefinition * 
        paging : ResultPaging -> DataCellset 
Parameters
- cube
 - Type: Dundas.BI.Data.Metadata.OlapIOlapCube
The OLAP cube. May be . - query
 - Type: Dundas.BI.Data.DataProvidersQueryDefinition
The query. - paging
 - Type: Dundas.BI.Data.DataRetrievalResultPaging
The paging. 
Return Value
Type: 
DataCellsetA reference to a  object.
See Also