Class E082_SkipTake
Paginate employees using Skip and Take.
Get page 2 with 10 items per page.
[ExampleMeta("E082", "Skip/Take - Pagination", "Query", ExampleTier.Free, 1, new string[] { "Skip", "Take", "Pagination" })]
public class E082_SkipTake : ExampleBase
Inheritance
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)