OlapDataProviderLoadLevels Method

Loads the OLAP hierarchy levels.

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 abstract IReadOnlyList<OlapLevel> LoadLevels(
	OlapHierarchy parentHierarchy
)

Parameters

parentHierarchy
Type: Dundas.BI.Data.Metadata.OlapOlapHierarchy
The parent hierarchy.

Return Value

Type: IReadOnlyListOlapLevel
Collection that contains the hierarchy levels.
See Also