Open this page in the API Guide

IDateMapping.GetMembersInRange Method

Gets the members in the specified date range.

Namespace:  Dundas.BI.Entities.DateMappings
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.4.0.1000)
Syntax
IEnumerable<ITimeHierarchyMember> GetMembersInRange(
	IOlapCube cube,
	MemberRetrievalOptions options,
	DateTime startTime,
	DateTime endTime,
	string levelUniqueName
)

Parameters

cube
Type: Dundas.BI.Data.Metadata.Olap.IOlapCube
The OLAP cube.
options
Type: Dundas.BI.Data.MemberRetrieval.MemberRetrievalOptions
The options.
startTime
Type: System.DateTime
The start time.
endTime
Type: System.DateTime
The end time.
levelUniqueName
Type: System.String
The level unique name.

Return Value

Type: IEnumerable<ITimeHierarchyMember>
The list of members.
Exceptions
ExceptionCondition
ArgumentNullExceptioncube is null.
See Also