DateMappingGetFirstMemberUniqueName Method

Gets the first member unique name for the specific level.

Namespace: Dundas.BI.Entities.DateMappings
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public string GetFirstMemberUniqueName(
	IOlapCube cube,
	string levelUniqueName
)

Parameters

cube  IOlapCube
The cube or cube perspective.
levelUniqueName  String
The level unique name.

Return Value

String
The first member unique name.

Implements

IDateMappingGetFirstMemberUniqueName(IOlapCube, String)
Exceptions
ExceptionCondition
ArgumentExceptionThrown when levelUniqueName is invalid.
See Also