ResultPagingSetRowSequencePagination Method (Int32, Int32)

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 (24.3.0.1000)
Syntax
public void SetRowSequencePagination(
	int rowSequenceStart,
	int rowSequenceSize
)

Parameters

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