Pagination
The Pagination
class implements the IPagination interface and defines pagination settings for data retrieval.
Properties
Name | Description |
---|---|
Skip | The number of records to skip. |
Take | The number of records to retrieve. |
Constructors
Name | Description |
---|---|
Pagination(skip, take) | Initializes a new instance of the Pagination class with specified pagination settings. |