IDateMappingGetMembersInRange 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.2.0.1000)
Syntax
IEnumerable<ITimeHierarchyMember> GetMembersInRange(
	IOlapCube cube,
	MemberRetrievalOptions options,
	DateTime startTime,
	DateTime endTime,
	string levelUniqueName
)

Parameters

cube
Type: Dundas.BI.Data.Metadata.OlapIOlapCube
The OLAP cube.
options
Type: Dundas.BI.Data.MemberRetrievalMemberRetrievalOptions
The options.
startTime
Type: SystemDateTime
The start time.
endTime
Type: SystemDateTime
The end time.
levelUniqueName
Type: SystemString
The level unique name.

Return Value

Type: IEnumerableITimeHierarchyMember
The list of members.
Exceptions
ExceptionCondition
ArgumentNullExceptioncube is .
See Also