ResultPagingSetRowSequencePagination(Int32, Int32) Method

Sets sequence pagination for rows, while all columns are set for retrieval.

Namespace: Dundas.BI.Data.DataRetrieval
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public void SetRowSequencePagination(
	int rowSequenceStart,
	int rowSequenceSize
)

Parameters

rowSequenceStart  Int32
The row sequence start.
rowSequenceSize  Int32
Size of the row sequence.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionrowSequenceStart or rowSequenceSize is invalid.
See Also