Class E063_DictTupleKey
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
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)