Class E063_DictTupleKey

Assembly: redb.Examples.dll

Query employees using Dict with tuple key (Pro).
Find employees with specific performance review.

[ExampleMeta("E063", "Dict - Tuple Key", "Query", ExampleTier.Free, 3, new string[] { "Dictionary", "Tuple", "Key", "Pro" })]
public class E063_DictTupleKey : ExampleBase

Inheritance

ObjectExampleBaseE063_DictTupleKey

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)