Class E061_DictIndexer
Query employees using Dictionary indexer.
Find employees with bonus over 6000 in 2023.
[ExampleMeta("E061", "Dict Indexer - Bonus by Year", "Query", ExampleTier.Free, 2, new string[] { "Dictionary", "Indexer", "Pro" })]
public class E061_DictIndexer : ExampleBase
Inheritance
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)