Hi @peter liles ,
Return memberList.Skip(startIndex).Take(maxRows).ToList()
Regarding Skip(1).Take(5), skip the first data and take 5 data from the second.
What are the values of startIndex and maxRows?
Maybe you can imitate the following code:
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Best regards,
Lan Huang