MemberRetrievalOptions Constructor (Int32, Int32)

Initializes a new instance of the MemberRetrievalOptions class.

Namespace:  Dundas.BI.Data.MemberRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public MemberRetrievalOptions(
	int sequenceStart,
	int sequenceSize
)

Parameters

sequenceStart
Type: SystemInt32
The starting sequence index when members are paginated.
sequenceSize
Type: SystemInt32
The sequence size, when members are paginated.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionsequenceStart or sequenceSize is less than 0.
See Also