ResultPaging Class |
Namespace: Dundas.BI.Data.DataRetrieval
The ResultPaging type exposes the following members.
Name | Description | |
---|---|---|
ResultPaging |
Initializes a new instance of the ResultPaging class.
|
Name | Description | |
---|---|---|
ColumnSequenceSize |
Gets or sets the column tuple paging size.
| |
ColumnSequenceStart |
Gets or sets the starting column tuple ordinal.
| |
IsPageIncludingTotals |
Gets or sets a value indicating whether the totals are included in the paging size or not.
| |
PagingKind |
Gets or sets the requested paging kind for the cell set tuples.
| |
RowSequenceSize |
Gets or sets the row tuple paging size.
| |
RowSequenceStart |
Gets or sets the starting row tuple ordinal.
| |
SubqueryParameterValues |
Gets the parameter values to be used in running the sub query.
|
Name | Description | |
---|---|---|
Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object).) | |
Equals(ResultPaging) | Indicates whether the current object is equal to another object of the same type. | |
GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode.) | |
SetColumnSequencePagination(Int32, Int32) |
Sets sequence pagination for columns, while all rows are set for retrieval.
| |
SetColumnSequencePagination(Int32, Int32, Boolean) |
Sets sequence pagination for columns, while all rows are set for retrieval.
| |
SetRowSequencePagination(Int32, Int32) |
Sets sequence pagination for rows, while all columns are set for retrieval.
| |
SetRowSequencePagination(Int32, Int32, Boolean) |
Sets sequence pagination for rows, while all columns are set for retrieval.
| |
SetSequencePagination(Int32, Int32, Int32, Int32) |
Sets sequence pagination.
| |
SetSequencePagination(Int32, Int32, Int32, Int32, Boolean) |
Sets sequence pagination.
| |
SetSubqueryPagination |
Sets subquery pagination.
|