Open this page in the API Guide

OlapDataProvider.LoadMembers Method (IOlapCube, Int32, Int32, String, String)

Loads the members.

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 abstract IEnumerable<ITimeHierarchyMember> LoadMembers(
	IOlapCube cube,
	int start,
	int count,
	string leftUniqueName,
	string rightUniqueName
)

Parameters

cube
Type: Dundas.BI.Data.Metadata.Olap.IOlapCube
The cube.
start
Type: System.Int32
The starting sequence index.
count
Type: System.Int32
The sequence size, set to 0 to retrieve all members.
leftUniqueName
Type: System.String
The left unique name.
rightUniqueName
Type: System.String
The right unique name.

Return Value

Type: IEnumerable<ITimeHierarchyMember>
A collection of members between left and right.
See Also