OlapDataProviderLoadMembers 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 (24.3.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.OlapIOlapCube
The cube.
start
Type: SystemInt32
The starting sequence index.
count
Type: SystemInt32
The sequence size, set to 0 to retrieve all members.
leftUniqueName
Type: SystemString
The left unique name.
rightUniqueName
Type: SystemString
The right unique name.

Return Value

Type: IEnumerableITimeHierarchyMember
A collection of members between left and right.
See Also