ResultPaging Methods |
The ResultPaging type exposes the following members.
| 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.
|