Skip to main content

Pagination

The Pagination class implements the IPagination interface and defines pagination settings for data retrieval.

Properties

NameDescription
SkipThe number of records to skip.
TakeThe number of records to retrieve.

Constructors

NameDescription
Pagination(skip, take)Initializes a new instance of the Pagination class with specified pagination settings.