Class E082_SkipTake

Assembly: redb.Examples.dll

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

ObjectExampleBaseE082_SkipTake

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)