OlapDataProviderLoadMembers Method (OlapMember, Int32, Int32, HierarchyMemberFilter, SortDirection)

Loads the hierarchy level members.

Namespace:  Dundas.BI.Data.DataProviders.Olap
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public abstract IReadOnlyList<OlapMember> LoadMembers(
	OlapMember parentMember,
	int start,
	int count,
	HierarchyMemberFilter memberFilter,
	SortDirection sortDirection
)

Parameters

parentMember
Type: Dundas.BI.Data.Metadata.OlapOlapMember
The parent member.
start
Type: SystemInt32
The starting sequence index.
count
Type: SystemInt32
The sequence size, set to 0 to retrieve all members.
memberFilter
Type: Dundas.BI.Data.MetadataHierarchyMemberFilter
The member filter.
sortDirection
Type: Dundas.BISortDirection
The sort direction.

Return Value

Type: IReadOnlyListOlapMember
The collection of OLAP members.
See Also