ResultPaging Class

Class used to set up paging options for data results.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataRetrievalResultPaging

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 class ResultPaging : IEquatable<ResultPaging>

The ResultPaging type exposes the following members.

Constructors
  NameDescription
Public methodResultPaging
Initializes a new instance of the ResultPaging class.
Top
Properties
  NameDescription
Public propertyColumnSequenceSize
Gets or sets the column tuple paging size.
Public propertyColumnSequenceStart
Gets or sets the starting column tuple ordinal.
Public propertyIsPageIncludingTotals
Gets or sets a value indicating whether the totals are included in the paging size or not.
Public propertyPagingKind
Gets or sets the requested paging kind for the cell set tuples.
Public propertyRowSequenceSize
Gets or sets the row tuple paging size.
Public propertyRowSequenceStart
Gets or sets the starting row tuple ordinal.
Public propertySubqueryParameterValues
Gets the parameter values to be used in running the sub query.
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodEquals(ResultPaging)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Public methodSetColumnSequencePagination(Int32, Int32)
Sets sequence pagination for columns, while all rows are set for retrieval.
Public methodSetColumnSequencePagination(Int32, Int32, Boolean)
Sets sequence pagination for columns, while all rows are set for retrieval.
Public methodSetRowSequencePagination(Int32, Int32)
Sets sequence pagination for rows, while all columns are set for retrieval.
Public methodSetRowSequencePagination(Int32, Int32, Boolean)
Sets sequence pagination for rows, while all columns are set for retrieval.
Public methodSetSequencePagination(Int32, Int32, Int32, Int32)
Sets sequence pagination.
Public methodSetSequencePagination(Int32, Int32, Int32, Int32, Boolean)
Sets sequence pagination.
Public methodSetSubqueryPagination
Sets subquery pagination.
Top
See Also