There is not database pagination #826
Answered
by
fretje
rcarreras-dev
asked this question in
Q&A
-
I'm try to implement the pagination module from FSH but I can see the PaginationResponseExtensions execute IreadRepository.ListAsync this execute a SQL getting all database records. When do you update this to use the .Skip and Take method. |
Beta Was this translation helpful? Give feedback.
Answered by
fretje
Mar 2, 2023
Replies: 1 comment
-
PaginatedListAsync indeed executes a IReadRepository.ListAsync, but it provides a specification with that method, which in turn contains the skip and take... |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rcarreras-dev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PaginatedListAsync indeed executes a IReadRepository.ListAsync, but it provides a specification with that method, which in turn contains the skip and take...