PagingKind Enumeration

The supported paging options for the data result.

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 enum PagingKind
Members
Member nameValueDescription
None0Paging type not set.
Sequence1Consecutive range of records.
Subquery2Records returned by a specified sub query.
See Also