FunctionHierarchyLevelGetNextMember Method

Gets the next member.

Namespace:  Dundas.BI.Data.Functions
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public IHierarchyMember GetNextMember(
	string uniqueName,
	MemberRetrievalOptions retrievalOptions
)

Parameters

uniqueName
Type: SystemString
The unique name of the current member.
retrievalOptions
Type: Dundas.BI.Data.MemberRetrievalMemberRetrievalOptions
The retrieval options.

Return Value

Type: IHierarchyMember
The next member.

Implements

IHierarchyLevelGetNextMember(String, MemberRetrievalOptions)
Exceptions
ExceptionCondition
ArgumentExceptionThe uniqueName is or empty.
FormatExceptionThe uniqueName is not in expected format.
See Also