IDateMappingGetLastMemberUniqueName Method

Gets the last member unique name.

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

Parameters

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

Return Value

String
The last member unique name.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when levelUniqueName is invalid.
See Also