FunctionHierarchyLevelGetPreviousMember Method

Gets the previous 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 GetPreviousMember(
	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 previous member.

Implements

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