A Sandcastle Documented Class Library
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 (24.3.0.1000)
Syntax
C#
VB
C++
F#
Copy
public
enum
PagingKind
Public
Enumeration
PagingKind
public
enum class
PagingKind
type
PagingKind
Members
Member name
Value
Description
None
0
Paging type not set.
Sequence
1
Consecutive range of records.
Subquery
2
Records returned by a specified sub query.
See Also
Reference
Dundas.BI.Data.DataRetrieval Namespace