ResultPaging Methods

The ResultPaging type exposes the following members.

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